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 | 辿鱈属奪促丹 | 100100100100100010010010010011001001000110101110100100100100010010010001101000111001001001001111 | 9248924c91ae924491a3924f |
EUC-JP | 辿鱈属奪促丹 | 110000111010100111000011101011011100001010110000110000111010010111000010101001011100001110110000 | c3a9c3adc2b0c3a5c2a5c3b0 |
UTF-8 | 辿鱈属奪促丹 | 111010001011111010111111111010011011000110001000111001011011000110011110111001011010010110101010111001001011111110000011111001001011100010111001 | e8bebfe9b188e5b19ee5a5aae4bf83e4b8b9 |
UHC | ???奪促丹 | 001111110011111100111111111101111010110011110101101101011101001110100001 | 3f3f3ff7acf5b5d3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)