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 | 濡??惟 | 100101000100011100111111001111111000100011010010 | 94473f3f88d2 |
EUC-JP | 濡??惟 | 110001111010100000111111001111111011000011010100 | c7a83f3fb0d4 |
UTF-8 | 濡믧뒔惟 | 111001101011111110100001111010111010111110100111111010111001001010010100111001101000001110011111 | e6bfa1ebafa7eb9294e6839f |
UHC | 濡믧뒔惟 | 1110101110100001100100101110100110001010100100011110101011101110 | eba192e98a91eaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)