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 | 載???枇載 | 100011011101101000111111001111110011111110010100111110001000110111011010 | 8dda3f3f3f94f88dda |
EUC-JP | 載???枇載 | 101110101101110000111111001111110011111111001000111110101011101011011100 | badc3f3f3fc8fabadc |
UTF-8 | 載얗렜얗枇載 | 111010001011110010001001111011001001011010010111111010111010000010011100111011001001011010010111111001101001111010000111111010001011110010001001 | e8bc89ec9697eba09cec9697e69e87e8bc89 |
UHC | 載얗렜얗枇載 | 111011101011000010111110111010011000111010101110101111101110100111011101111011011110111010110000 | eeb0bee98eaebee9ddedeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)