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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炯懃渥 | 111000000111011010011100111001111000100010101101 | e0769ce788ad |
EUC-JP | 炯懃渥 | 110111111101011111011000111010011011000010101111 | dfd7d8e9b0af |
UTF-8 | 炯懃渥 | 111001111000001010101111111001101000011110000011111001101011100010100101 | e782afe68783e6b8a5 |
UHC | 炯懃渥 | 111110111010011011010000110001001110010011000110 | fba6d0c4e4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)