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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 轤丈丑v | 11100111100000101000111111100100100010010100111001110110 | e7828fe4894e76 |
EUC-JP | 轤丈丑v | 11101101111000101011111011100110101100011010111101110110 | ede2bee6b1af76 |
UTF-8 | 轤丈丑v | 11101000101111011010010011100100101110001000100011100100101110001001000101110110 | e8bda4e4b888e4b89176 |
UHC | ?丈丑v | 001111111110110111011011111101011110010001110110 | 3feddbf5e476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)