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 | 樽揃村巽臓辿 | 100100100100110110010001101101011001000110111010100100100100011010010001100111111001001001001000 | 924d91b591ba9246919f9248 |
EUC-JP | 樽揃村巽臓辿 | 110000111010111011000010101101111100001010111100110000111010011111000010101000011100001110101001 | c3aec2b7c2bcc3a7c2a1c3a9 |
UTF-8 | 樽揃村巽臓辿 | 111001101010100010111101111001101000111110000011111001101001110110010001111001011011011110111101111010001000011110010011111010001011111010111111 | e6a8bde68f83e69d91e5b7bde88793e8bebf |
UHC | 樽?村巽?? | 111100011101110000111111111101011011110111100001110111100011111100111111 | f1dc3ff5bde1de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)