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 | ?領???? | 00111111100101111100110000111111001111110011111100111111 | 3f97cc3f3f3f3f |
EUC-JP | ?領???? | 00111111110011101100111000111111001111110011111100111111 | 3fcece3f3f3f3f |
UTF-8 | 렻領읕렍렻렚 | 111010111010000010111011111010011010000010011000111011001001110110010101111010111010000010001101111010111010000010111011111010111010000010011010 | eba0bbe9a098ec9d95eba08deba0bbeba09a |
UHC | 렻領읕렍렻렚 | 100011101100001111010110110001011100000011000100100011101010001110001110110000111000111010101101 | 8ec3d6c5c0c48ea38ec38ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)