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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 渹「郢胙ッ雫 | 11111011010001101010001011100111101110011110001111110000101011111000111010110100 | fb46a2e7b9e3f0af8eb4 |
EUC-JP | 渹「郢胙ッ雫 | 10001111110001111110111010001110101000101110111010111011111001101111001010001110101011111011110010110110 | 8fc7ee8ea2eebbe6f28eafbcb6 |
UTF-8 | 渹「郢胙ッ雫 | 111001101011100010111001111011111011110110100010111010011000001110100010111010001000001110011001111011111011110110101111111010011001101110101011 | e6b8b9efbda2e983a2e88399efbdafe99bab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)