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 | 瑤??節ラ? | 111010101010001000111111001111111001000011011111100000111000100100111111 | eaa23f3f90df83893f |
EUC-JP | 瑤??節ラ? | 111101001010010000111111001111111100000011100001101001011110100100111111 | f4a43f3fc0e1a5e93f |
UTF-8 | 瑤쒍퍢節ラ걢 | 111001111001000110100100111011001001001010001101111011011000110110100010111001111010111110000000111000111000001110101001111010101011000110100010 | e791a4ec928ded8da2e7af80e383a9eab1a2 |
UHC | 瑤쒍퍢節ラ걢 | 111010001111110110011100111001001011101110011001111011111011110110101011111010011000000110001011 | e8fd9ce4bb99efbdabe9818b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)