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 | 鱈辿其辿多奪 | 100100100100110010010010010010001001000110110100100100100100100010010001101111011001001001000100 | 924c924891b4924891bd9244 |
EUC-JP | 鱈辿其辿多奪 | 110000111010110111000011101010011100001010110110110000111010100111000010101111111100001110100101 | c3adc3a9c2b6c3a9c2bfc3a5 |
UTF-8 | 鱈辿其辿多奪 | 111010011011000110001000111010001011111010111111111001011000010110110110111010001011111010111111111001011010010010011010111001011010010110101010 | e9b188e8bebfe585b6e8bebfe5a49ae5a5aa |
UHC | ??其?多奪 | 001111110011111111010000111011000011111111010010111111011111011110101100 | 3f3fd0ec3fd2fdf7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)