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 | ?G?????? | 0011111101000111001111110011111100111111001111110011111100111111 | 3f473f3f3f3f3f3f |
SJIS-WIN | ?G?????? | 0011111101000111001111110011111100111111001111110011111100111111 | 3f473f3f3f3f3f3f |
EUC-JP | ?G?????? | 0011111101000111001111110011111100111111001111110011111100111111 | 3f473f3f3f3f3f3f |
UTF-8 | 체G혦쨔청횓혦쩔 | 11101100101100101011010001000111111011011001100010100110111011001010100010010100111011001011001010101101111011011001101010010011111011011001100010100110111011001010100110010100 | ecb2b447ed98a6eca894ecb2aded9a93ed98a6eca994 |
UHC | 체G혦쨔청횓혦쩔 | 110000111011110001000111110000101000111011000010101110011100001110111011110000111000111011000010100011101100001010111111 | c3bc47c28ec2b9c3bbc38ec28ec2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)