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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 凋莎?闇 | 10010010100111001110010010110011001111111000100011000101 | 929ce4b33f88c5 |
EUC-JP | 凋莎?闇 | 11000011111111001110100010110101001111111011000011000111 | c3fce8b53fb0c7 |
UTF-8 | 凋莎깖闇 | 111001011000011110001011111010001000111010001110111010101011100110010110111010011001011110000111 | e5878be88e8eeab996e99787 |
UHC | 凋莎깖闇 | 1111000010111101110111101110110110110001111100111110010011100001 | f0bddeedb1f3e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)