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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 誧。セ誧」ォ^ | 111110111010011010100001101111101111101110100110101000111010101101011110 | fba6a1befba6a3ab5e |
EUC-JP | 誧。セ誧」ォ^ | 100011111101110111111010100011101010000110001110101111101000111111011101111110101000111010100011100011101010101101011110 | 8fddfa8ea18ebe8fddfa8ea38eab5e |
UTF-8 | 誧。セ誧」ォ^ | 11101000101010101010011111101111101111011010000111101111101111011011111011101000101010101010011111101111101111011010001111101111101111011010101101011110 | e8aaa7efbda1efbdbee8aaa7efbda3efbdab5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)