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 | 辿鱈属樽尊尊 | 100100100100100010010010010011001001000110101110100100100100110110010001101110001001000110111000 | 9248924c91ae924d91b891b8 |
EUC-JP | 辿鱈属樽尊尊 | 110000111010100111000011101011011100001010110000110000111010111011000010101110101100001010111010 | c3a9c3adc2b0c3aec2bac2ba |
UTF-8 | 辿鱈属樽尊尊 | 111010001011111010111111111010011011000110001000111001011011000110011110111001101010100010111101111001011011000010001010111001011011000010001010 | e8bebfe9b188e5b19ee6a8bde5b08ae5b08a |
UHC | ???樽尊尊 | 001111110011111100111111111100011101110011110000111011101111000011101110 | 3f3f3ff1dcf0eef0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)