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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒻ぱ?? | 111001001110100010000010110011110011111100111111 | e4e882cf3f3f |
EUC-JP | 蒻ぱ?? | 111010001110101010100100110100010011111100111111 | e8eaa4d13f3f |
UTF-8 | 蒻ぱ딅꺅 | 111010001001001010111011111000111000000110110001111010111001010010000101111010101011101010000101 | e892bbe381b1eb9485eaba85 |
UHC | 蒻ぱ딅꺅 | 1110010110110110101010101101000110001010111010111011001010100110 | e5b6aad18aebb2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)