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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鉉」髫剰繼B | 11100111111010011010001111101001100110101000111111101000111000111000101101000010 | e7e9a3e99a8fe8e38b42 |
EUC-JP | 鉉」髫剰繼B | 1110111011101011100011101010001111110001111110101011111011101010111001011110101101000010 | eeeb8ea3f1fabeeae5eb42 |
UTF-8 | 鉉」髫剰繼B | 11101001100010011000100111101111101111011010001111101001101010111010101111100101100010011011000011100111101110011011110001000010 | e98989efbda3e9ababe589b0e7b9bc42 |
UHC | 鉉???繼B | 1111101011101000001111110011111100111111110011011010100101000010 | fae83f3f3fcda942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)