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 | 楓蝎??皓? | 100101011001011011100101100110010011111100111111111000011010100100111111 | 9596e5993f3fe1a93f |
EUC-JP | 楓蝎??皓? | 110010011111011011101001111110010011111100111111111000101010101100111111 | c9f6e9f93f3fe2ab3f |
UTF-8 | 楓蝎렲렖皓렦 | 111001101010010110010011111010001001110110001110111010111010000010110010111010111010000010010110111001111001101010010011111010111010000010100110 | e6a593e89d8eeba0b2eba096e79a93eba0a6 |
UHC | 楓蝎렲렖皓렦 | 111110011010001111001010111010011000111010111111100011101010101111111011110100111000111010110101 | f9a3cae98ebf8eabfbd38eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)