To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀨サ蠇。 | 111110110101000010111011111110111010000110100001 | fb50bbfba1a1 |
EUC-JP | ?サ?。 | 001111111000111010111011001111111000111010100001 | 3f8ebb3f8ea1 |
UTF-8 | 瀨サ蠇。 | 111001111000000010101000111011111011110110111011111010001010000010000111111011111011110110100001 | e780a8efbdbbe8a087efbda1 |
UHC | 瀨??? | 1101011011101110001111110011111100111111 | d6ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)