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 | 幽伎?? | 100101110100100010001010111010100011111100111111 | 97488aea3f3f |
EUC-JP | 幽伎?? | 110011011010100110110100111011000011111100111111 | cda9b4ec3f3f |
UTF-8 | 幽伎렢렧 | 111001011011100110111101111001001011110010001110111010111010000010100010111010111010000010100111 | e5b9bde4bc8eeba0a2eba0a7 |
UHC | 幽伎렢렧 | 1110101011101011110100001110101110001110101100111000111010110110 | eaebd0eb8eb38eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)