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 | ????領? | 00111111001111110011111100111111100101111100110000111111 | 3f3f3f3f97cc3f |
EUC-JP | ?珏??領? | 001111111000111111001011111011010011111100111111110011101100111000111111 | 3f8fcbed3f3fcece3f |
UTF-8 | 렻珏렢렻領렰 | 111010111010000010111011111001111000111110001111111010111010000010100010111010111010000010111011111010011010000010011000111010111010000010110000 | eba0bbe78f8feba0a2eba0bbe9a098eba0b0 |
UHC | 렻珏렢렻領렰 | 100011101100001111001010110001001000111010110011100011101100001111010110110001011000111010111101 | 8ec3cac48eb38ec3d6c58ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)