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 | ??L??B | 001111110011111101001100001111110011111101000010 | 3f3f4c3f3f42 |
SJIS-WIN | ?}L?}B | 0011111110000001011100000100110000111111100000010111000001000010 | 3f81704c3f817042 |
EUC-JP | ?}L?}B | 0011111110100001110100010100110000111111101000011101000101000010 | 3fa1d14c3fa1d142 |
UTF-8 | 룵}L룵}B | 1110101110100011101101011110111110111101100111010100110011101011101000111011010111101111101111011001110101000010 | eba3b5efbd9d4ceba3b5efbd9d42 |
UHC | 룵}L룵}B | 10001111101010101010001111111101010011001000111110101010101000111111110101000010 | 8faaa3fd4c8faaa3fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)