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 | 溿執瀅式 | 1111101101001010100011101011011111111011010011101000111010101110 | fb4a8eb7fb4e8eae |
EUC-JP | 溿執瀅式 | 10001111110010001011000110111100101110011000111111001001101010111011110010110000 | 8fc8b1bcb98fc9abbcb0 |
UTF-8 | 溿執瀅式 | 111001101011101010111111111001011001111110110111111001111000000010000101111001011011110010001111 | e6babfe59fb7e78085e5bc8f |
UHC | ?執瀅式 | 00111111111100101111101111111011101001001110001111010010 | 3ff2fbfba4e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)