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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??辱ラ? | 00111111001111111001000001001010100000111000100100111111 | 3f3f904a83893f |
EUC-JP | ??辱ラ? | 00111111001111111011111110101011101001011110100100111111 | 3f3fbfaba5e93f |
UTF-8 | 行旅辱ラ큹 | 111011111010100010001000111011111010011010000011111010001011111010110001111000111000001110101001111011011000000110111001 | efa888efa683e8beb1e383a9ed81b9 |
UHC | 行旅辱ラ큹 | 11111010101000011110011010100001111010011011010010101011111010011011010010001000 | faa1e6a1e9b4abe9b488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)