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 | 影??蘊ょ? | 100010010110010100111111001111111110010101011101100000101110010100111111 | 89653f3fe55d82e53f |
EUC-JP | 影??蘊ょ? | 101100011100011000111111001111111110100110111110101001001110011100111111 | b1c63f3fe9bea4e73f |
UTF-8 | 影좈뮈蘊ょ킋 | 111001011011110110110001111011001010001010001000111010111010111010001000111010001001100010001010111000111000001010000111111011011000001010001011 | e5bdb1eca288ebae88e8988ae38287ed828b |
UHC | 影좈뮈蘊ょ킋 | 111001111010111110100000111010011011100110111111111010001011001110101010111001111011010010010111 | e7afa0e9b9bfe8b3aae7b497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)