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 | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
SJIS-WIN | ??ばY? | 001111110011111110000010110011100101100100111111 | 3f3f82ce593f |
EUC-JP | ??ばY? | 001111110011111110100100110100000101100100111111 | 3f3fa4d0593f |
UTF-8 | 룴쵍ばY룴 | 11101011101000111011010011101100101101011000110111100011100000011011000001011001111010111010001110110100 | eba3b4ecb58de381b059eba3b4 |
UHC | 룴쵍ばY룴 | 100011111010100110101100100011111010101011010000010110011000111110101001 | 8fa9ac8faad0598fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)