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 | 鱧ク邇ケ璽 | 11101001111001011011100011100111100011101011100110001110101000111111001010100111 | e9e5b8e78eb98ea3f2a7 |
EUC-JP | 鱧ク邇ケ璽? | 1111001011100111100011101011100011101101111011101000111010111001101111001010010100111111 | f2e78eb8edee8eb9bca53f |
UTF-8 | 鱧ク邇ケ璽 | 111010011011000110100111111011111011110110111000111010011000001010000111111011111011110110111001111001111001001010111101111011101000011110011110 | e9b1a7efbdb8e98287efbdb9e792bdee879e |
UHC | ??邇?璽? | 0011111100111111111011001100010000111111110111111101111000111111 | 3f3fecc43fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)