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 | 祭潘??箏ⅵ | 10001101110101011110000001001110001111110011111111100010101101011111101001000101 | 8dd5e04e3f3fe2b5fa45 |
EUC-JP | 祭潘??箏? | 101110101101011111011111101011110011111100111111111001001011011100111111 | bad7dfaf3f3fe4b73f |
UTF-8 | 祭潘렫렲箏ⅵ | 111001111010010110101101111001101011110110011000111010111010000010101011111010111010000010110010111001111010111010001111111000101000010110110101 | e7a5ade6bd98eba0abeba0b2e7ae8fe285b5 |
UHC | 祭潘렫렲箏ⅵ | 111100001010111011011010111010111000111010111001100011101011111111101110101101001010010110100110 | f0aedaeb8eb98ebfeeb4a5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)