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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??逆? | 0011111100111111100010110111010000111111 | 3f3f8b743f |
EUC-JP | 逈?逆? | 10001111111000011100110100111111101101011101010100111111 | 8fe1cd3fb5d53f |
UTF-8 | 逈믤逆쪩 | 111010011000000010001000111010111010111110100100111010011000000010000110111011001010101010101001 | e98088ebafa4e98086ecaaa9 |
UHC | 逈믤逆쪩 | 1111101110101101100100101110011011100110101111011010011001000010 | fbad92e6e6bda642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)