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 | 倭??節ユこ | 10011000011000000011111100111111100100001101111110000011100001101000001010110001 | 98603f3f90df838682b1 |
EUC-JP | 倭??節ユこ | 11001111110000010011111100111111110000001110000110100101111001101010010010110011 | cfc13f3fc0e1a5e6a4b3 |
UTF-8 | 倭뜸튋節ユこ | 111001011000000010101101111010111001110010111000111011011000101010001011111001111010111110000000111000111000001110100110111000111000000110010011 | e580adeb9cb8ed8a8be7af80e383a6e38193 |
UHC | 倭뜸튋節ユこ | 111010001101111010110110111001001011100110011111111011111011110110101011111001101010101010110011 | e8deb6e4b99fefbdabe6aab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)