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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 谷辿其x | 10010010010010101001001001001000100100011011010001111000 | 924a924891b478 |
EUC-JP | 谷辿其x | 11000011101010111100001110101001110000101011011001111000 | c3abc3a9c2b678 |
UTF-8 | 谷辿其x | 11101000101100001011011111101000101111101011111111100101100001011011011001111000 | e8b0b7e8bebfe585b678 |
UHC | 谷?其x | 110011011101101100111111110100001110110001111000 | cddb3fd0ec78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)