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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 載?醍?BF | 1000110111011010001111111001000111100111001111110100001001000110 | 8dda3f91e73f4246 |
EUC-JP | 載?醍?BF | 1011101011011100001111111100001011101001001111110100001001000110 | badc3fc2e93f4246 |
UTF-8 | 載렕醍넓BF | 1110100010111100100010011110101110100000100101011110100110000110100011011110101110000100100100110100001001000110 | e8bc89eba095e9868deb84934246 |
UHC | 載렕醍넓BF | 11101110101100001000111010101010111100001011010110110011110100000100001001000110 | eeb08eaaf0b5b3d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)