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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譴凪凰閠ウ | 111001101010001010010011111000101001100110000000111010001000000010110011 | e6a293e29980e880b3 |
EUC-JP | 譴凪凰閠ウ | 11101100101001001100011011100100110100011110000011101111111000001000111010110011 | eca4c6e4d1e0efe08eb3 |
UTF-8 | 譴凪凰閠ウ | 111010001010110110110100111001011000011110101010111001011000011110110000111010011001011010100000111011111011110110110011 | e8adb4e587aae587b0e996a0efbdb3 |
UHC | 譴?凰?? | 11001100101110010011111111111100110001010011111100111111 | ccb93ffcc53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)