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 | 淀?旭? | 100101111000010000111111100010001010111000111111 | 97843f88ae3f |
EUC-JP | 淀?旭? | 110011011110010000111111101100001011000000111111 | cde43fb0b03f |
UTF-8 | 淀렠旭렩 | 111001101011011110000000111010111010000010100000111001101001011110101101111010111010000010101001 | e6b780eba0a0e697adeba0a9 |
UHC | 淀렠旭렩 | 1110111111100011100011101011000111101001111011111000111010110111 | efe38eb1e9ef8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)