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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | セヌ車湘。遮B | 10111110110001111000111011010100100011111100001110100001100011101101010101000010 | bec78ed48fc3a18ed542 |
EUC-JP | セヌ車湘。遮B | 10001110101111101000111011000111101111001101011010111110110001011000111010100001101111001101011101000010 | 8ebe8ec7bcd6bec58ea1bcd742 |
UTF-8 | セヌ車湘。遮B | 11101111101111011011111011101111101111101000011111101000101110111000101011100110101110011001100011101111101111011010000111101001100000011010111001000010 | efbdbeefbe87e8bb8ae6b998efbda1e981ae42 |
UHC | ??車湘?遮B | 00111111001111111111001110110011110111111100111100111111111100111011010001000010 | 3f3ff3b3dfcf3ff3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)