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 | ?終?仇?? | 0011111110001111010010010011111110001011011101110011111100111111 | 3f8f493f8b773f3f |
EUC-JP | ?終?仇?? | 0011111110111101101010100011111110110101110110000011111100111111 | 3fbdaa3fb5d83f3f |
UTF-8 | 룵終룶仇룶濫 | 111010111010001110110101111001111011010110000010111010111010001110110110111001001011101110000111111010111010001110110110111011111010010010100010 | eba3b5e7b582eba3b6e4bb87eba3b6efa4a2 |
UHC | 룵終룶仇룶濫 | 100011111010101011110000111110111000111110101011110011101111101110001111101010111101000111111010 | 8faaf0fb8fabcefb8fabd1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)