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 | 弱??耶ヤ? | 100011101110001100111111001111111001011011101011100000111000010000111111 | 8ee33f3f96eb83843f |
EUC-JP | 弱??耶ヤ? | 101111001110010100111111001111111100110011101101101001011110010000111111 | bce53f3fcceda5e43f |
UTF-8 | 弱딂떨耶ヤ퐜 | 111001011011110010110001111010111001010010000010111010111001011010101000111010001000000010110110111000111000001110100100111011011001000010011100 | e5bcb1eb9482eb96a8e880b6e383a4ed909c |
UHC | 弱딂떨耶ヤ퐜 | 111001011011000010001010111010001011011010110011111001011010110110101011111001001011110110000110 | e5b08ae8b6b3e5adabe4bd86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)