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????X?G | 001111110100011100111111001111110011111100111111010110000011111101000111 | 3f473f3f3f3f583f47 |
SJIS-WIN | ?G????X?G | 001111110100011100111111001111110011111100111111010110000011111101000111 | 3f473f3f3f3f583f47 |
EUC-JP | ?G????X?G | 001111110100011100111111001111110011111100111111010110000011111101000111 | 3f473f3f3f3f583f47 |
UTF-8 | 체G청횇짭챨X체G | 111011001011001010110100010001111110110010110010101011011110110110011010100001111110110010100111101011011110110010110001101010000101100011101100101100101011010001000111 | ecb2b447ecb2aded9a87eca7adecb1a858ecb2b447 |
UHC | 체G청횇짭챨X체G | 110000111011110001000111110000111011101111000011100001011100001010101100110000111011000001011000110000111011110001000111 | c3bc47c3bbc385c2acc3b058c3bc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)