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 | 辿鱈属樽造賊 | 100100100100100010010010010011001001000110101110100100100100110110010001101000101001000110101111 | 9248924c91ae924d91a291af |
EUC-JP | 辿鱈属樽造賊 | 110000111010100111000011101011011100001010110000110000111010111011000010101001001100001010110001 | c3a9c3adc2b0c3aec2a4c2b1 |
UTF-8 | 辿鱈属樽造賊 | 111010001011111010111111111010011011000110001000111001011011000110011110111001101010100010111101111010011000000010100000111010001011001110001010 | e8bebfe9b188e5b19ee6a8bde980a0e8b38a |
UHC | ???樽造賊 | 001111110011111100111111111100011101110011110000111000111110111011100100 | 3f3f3ff1dcf0e3eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)