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??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | ?領?G??? | 0011111110010111110011000011111101000111001111110011111100111111 | 3f97cc3f473f3f3f |
EUC-JP | ?領?G??? | 0011111111001110110011100011111101000111001111110011111100111111 | 3fcece3f473f3f3f |
UTF-8 | 렺領렪G렺읖렊 | 11101011101000001011101011101001101000001001100011101011101000001010101001000111111010111010000010111010111011001001110110010110111010111010000010001010 | eba0bae9a098eba0aa47eba0baec9d96eba08a |
UHC | 렺領렪G렺읖렊 | 10001110110000101101011011000101100011101011100001000111100011101100001011000000110001011000111010100001 | 8ec2d6c58eb8478ec2c0c58ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)