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 | ??擘與?? | 0011111100111111100111011010010011100100011011110011111100111111 | 3f3f9da4e46f3f3f |
EUC-JP | ??擘與?? | 0011111100111111110110101010011011100111110100000011111100111111 | 3f3fdaa6e7d03f3f |
UTF-8 | 룵ㄱ擘與룫콓 | 111010111010001110110101111000111000010010110001111001101001001110011000111010001000100010000111111010111010001110101011111011001011110110010011 | eba3b5e384b1e69398e88887eba3abecbd93 |
UHC | 룵ㄱ擘與룫콓 | 100011111010101010100100101000011101101111111011111001101010100010001111101000101011000110001111 | 8faaa4a1dbfbe6a88fa2b18f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)