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 | 鱈辿其辿遜竪 | 100100100100110010010010010010001001000110110100100100100100100010010001101110111001001001000111 | 924c924891b4924891bb9247 |
EUC-JP | 鱈辿其辿遜竪 | 110000111010110111000011101010011100001010110110110000111010100111000010101111011100001110101000 | c3adc3a9c2b6c3a9c2bdc3a8 |
UTF-8 | 鱈辿其辿遜竪 | 111010011011000110001000111010001011111010111111111001011000010110110110111010001011111010111111111010011000000110011100111001111010101110101010 | e9b188e8bebfe585b6e8bebfe9819ce7abaa |
UHC | ??其?遜竪 | 001111110011111111010000111011000011111111100001111000011110001010110101 | 3f3fd0ec3fe1e1e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)