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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 瑜?ⅡB | 111000001110111100111111100001110101010101000010 | e0ef3f875542 |
EUC-JP | 瑜??B | 1110000011110001001111110011111101000010 | e0f13f3f42 |
UTF-8 | 瑜깅ⅡB | 11100111100100011001110011101010101110011000010111100010100001011010000101000010 | e7919ceab985e285a142 |
UHC | 瑜깅ⅡB | 11101011101001011011000111101011101001011011000101000010 | eba5b1eba5b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)