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 | ??W???? | 00111111001111110101011100111111001111110011111100111111 | 3f3f573f3f3f3f |
SJIS-WIN | ??W?}?? | 0011111100111111010101110011111110000001011100000011111100111111 | 3f3f573f81703f3f |
EUC-JP | ??W?}?? | 0011111100111111010101110011111110100001110100010011111100111111 | 3f3f573fa1d13f3f |
UTF-8 | 룵₃W룵}룵ㄱ | 11101011101000111011010111100010100000101000001101010111111010111010001110110101111011111011110110011101111010111010001110110101111000111000010010110001 | eba3b5e2828357eba3b5efbd9deba3b5e384b1 |
UHC | 룵₃W룵}룵ㄱ | 10001111101010101010100111111101010101111000111110101010101000111111110110001111101010101010010010100001 | 8faaa9fd578faaa3fd8faaa4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)