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 | ?瑙??普? | 0011111111100000111011010011111100111111100101011000000100111111 | 3fe0ed3f3f95813f |
EUC-JP | ?瑙??普? | 0011111111100000111011110011111100111111110010011110000100111111 | 3fe0ef3f3fc9e13f |
UTF-8 | 렺瑙렖렺普렣 | 111010111010000010111010111001111001000110011001111010111010000010010110111010111010000010111010111001101001100110101110111010111010000010100011 | eba0bae79199eba096eba0bae699aeeba0a3 |
UHC | 렺瑙렖렺普렣 | 100011101100001011010010110001011000111010101011100011101100001011011100110001011000111010110100 | 8ec2d2c58eab8ec2dcc58eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)