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 | 癲??宜↓┃ | 11100001100111110011111100111111100010110101100010000001101010111000010010101011 | e19f3f3f8b5881ab84ab |
EUC-JP | 癲??宜↓┃ | 11100010101000010011111100111111101101011011100110100010101011011010100010101101 | e2a13f3fb5b9a2ada8ad |
UTF-8 | 癲룹뜴宜↓┃ | 111001111001100110110010111010111010001110111001111010111001110010110100111001011010111010011100111000101000011010010011111000101001010010000011 | e799b2eba3b9eb9cb4e5ae9ce28693e29483 |
UHC | 癲룹뜴宜↓┃ | 111011111010011010110111111011001000110110110010111010111111000110100001111010011010011010101101 | efa6b7ec8db2ebf1a1e9a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)