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 | 俑??洵т? | 100110001101101000111111001111111001111110101011100001001000010000111111 | 98da3f3f9fab84843f |
EUC-JP | 俑??洵т? | 110100001101110000111111001111111101111010101101101001111110010000111111 | d0dc3f3fdeada7e43f |
UTF-8 | 俑앸끁洵т튋 | 1110010010111111100100011110110010010101101110001110101110000001100000011110011010110100101101011101000110000010111011011000101010001011 | e4bf91ec95b8eb8181e6b4b5d182ed8a8b |
UHC | 俑앸끁洵т튋 | 111010011011010110011101111010111000010110110111111000101110011110101100111001001011100110011111 | e9b59deb85b7e2e7ace4b99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)