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 | 瘟??鉛?瘟 | 111000011000100100111111001111111000100110010100001111111110000110001001 | e1893f3f89943fe189 |
EUC-JP | 瘟??鉛?瘟 | 111000011110100100111111001111111011000111110100001111111110000111101001 | e1e93f3fb1f43fe1e9 |
UTF-8 | 瘟욘썦鉛죋瘟 | 111001111001100010011111111011001001101010011000111011001000110110100110111010011000100110011011111011001010001110001011111001111001100010011111 | e7989fec9a98ec8da6e9899beca38be7989f |
UHC | 瘟욘썦鉛죋瘟 | 111010001011000010111111111001101001101110011001111001101110011110100001011010001110100010110000 | e8b0bfe69b99e6e7a168e8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)