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 | 舒??舒 | 100110001010111000111111001111111001100010101110 | 98ae3f3f98ae |
EUC-JP | 舒??舒 | 110100001011000000111111001111111101000010110000 | d0b03f3fd0b0 |
UTF-8 | 舒굝뇋舒 | 111010001000100010010010111010101011010110011101111010111000011110001011111010001000100010010010 | e88892eab59deb878be88892 |
UHC | 舒굝뇋舒 | 1110000010100010100000101000010110000111011100111110000010100010 | e0a282858773e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)