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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????屯? | 0011111100111111001111110011111100111111100100111101010000111111 | 3f3f3f3f3f93d43f |
EUC-JP | ?????屯? | 0011111100111111001111110011111100111111110001101101011000111111 | 3f3f3f3f3fc6d63f |
UTF-8 | 렻렖렻렣렻屯렫 | 111010111010000010111011111010111010000010010110111010111010000010111011111010111010000010100011111010111010000010111011111001011011000110101111111010111010000010101011 | eba0bbeba096eba0bbeba0a3eba0bbe5b1afeba0ab |
UHC | 렻렖렻렣렻屯렫 | 1000111011000011100011101010101110001110110000111000111010110100100011101100001111010100111010101000111010111001 | 8ec38eab8ec38eb48ec3d4ea8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)