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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 樽辿湛 | 100100100100110110010010010010001001001001011000 | 924d92489258 |
EUC-JP | 樽辿湛 | 110000111010111011000011101010011100001110111001 | c3aec3a9c3b9 |
UTF-8 | 樽辿湛 | 111001101010100010111101111010001011111010111111111001101011100110011011 | e6a8bde8bebfe6b99b |
UHC | 樽?湛 | 1111000111011100001111111101001111000000 | f1dc3fd3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)