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 | 彦??浴?? | 1001010101000110001111110011111110010111100000010011111100111111 | 95463f3f97813f3f |
EUC-JP | 彦??浴?? | 1100100110100111001111110011111111001101111000010011111100111111 | c9a73f3fcde13f3f |
UTF-8 | 彦끾겘浴덅씩 | 111001011011110110100110111010111000000110111110111010101011001010011000111001101011010110110100111010111000110110000101111011001001010010101001 | e5bda6eb81beeab298e6b5b4eb8d85ec94a9 |
UHC | 彦끾겘浴덅씩 | 111001011110100110000101111001101000000110101111111010011011000110001000111010001011111010111111 | e5e985e681afe9b188e8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)