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 | 畏??鎰?? | 1000100011011000001111110011111111101000010011000011111100111111 | 88d83f3fe84c3f3f |
EUC-JP | 畏??鎰?? | 1011000011011010001111110011111111101111101011010011111100111111 | b0da3f3fefad3f3f |
UTF-8 | 畏븍낑鎰딁독 | 111001111001010110001111111010111011100010001101111010111000001010010001111010011000111010110000111010111001010010000001111010111000111110000101 | e7958febb88deb8291e98eb0eb9481eb8f85 |
UHC | 畏븍낑鎰딁독 | 111010001110011010111010111010111011001110101001111011001111000010001010111001111011010110110110 | e8e6baebb3a9ecf08ae7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)