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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弱??耶ヤ | 1000111011100011001111110011111110010110111010111000001110000100 | 8ee33f3f96eb8384 |
EUC-JP | 弱??耶ヤ | 1011110011100101001111110011111111001100111011011010010111100100 | bce53f3fcceda5e4 |
UTF-8 | 弱딂떨耶ヤ | 111001011011110010110001111010111001010010000010111010111001011010101000111010001000000010110110111000111000001110100100 | e5bcb1eb9482eb96a8e880b6e383a4 |
UHC | 弱딂떨耶ヤ | 11100101101100001000101011101000101101101011001111100101101011011010101111100100 | e5b08ae8b6b3e5adabe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)