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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑤??蘊 | 111010101010001000111111001111111110010101011101 | eaa23f3fe55d |
EUC-JP | 瑤??蘊 | 111101001010010000111111001111111110100110111110 | f4a43f3fe9be |
UTF-8 | 瑤껈긽蘊 | 111001111001000110100100111010101011101110001000111010101011100010111101111010001001100010001010 | e791a4eabb88eab8bde8988a |
UHC | 瑤껈긽蘊 | 1110100011111101100000111110100110000011100000011110100010110011 | e8fd83e98381e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)