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 | 址?鷹?堰? | 100110101010110000111111100100011110100100111111100010011000000100111111 | 9aac3f91e93f89813f |
EUC-JP | 址?鷹?堰? | 110101001010111000111111110000101110101100111111101100011110000100111111 | d4ae3fc2eb3fb1e13f |
UTF-8 | 址렖鷹렭堰렠 | 111001011001110110000000111010111010000010010110111010011011011110111001111010111010000010101101111001011010000010110000111010111010000010100000 | e59d80eba096e9b7b9eba0ade5a0b0eba0a0 |
UHC | 址렖鷹렭堰렠 | 111100101010001110001110101010111110101111101101100011101011101011100101111010001000111010110001 | f2a38eabebed8ebae5e88eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)