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 | ?惟???? | 00111111100010001101001000111111001111110011111100111111 | 3f88d23f3f3f3f |
EUC-JP | ?惟???? | 00111111101100001101010000111111001111110011111100111111 | 3fb0d43f3f3f3f |
UTF-8 | 얠惟렧얘롙설 | 111011001001011010100000111001101000001110011111111010111010000010100111111011001001011010011000111010111010000110011001111011001000010010100100 | ec96a0e6839feba0a7ec9698eba199ec84a4 |
UHC | 얠惟렧얘롙설 | 101111101110110011101010111011101000111010110110101111101110101010001110110111011011110010110011 | beeceaee8eb6beea8eddbcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)