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 | 湲?莊? | 100111111101000100111111111001001011010100111111 | 9fd13fe4b53f |
EUC-JP | 湲?莊? | 110111101101001100111111111010001011011100111111 | ded33fe8b73f |
UTF-8 | 湲렋莊렱 | 111001101011100110110010111010111010000010001011111010001000111010001010111010111010000010110001 | e6b9b2eba08be88e8aeba0b1 |
UHC | 湲렋莊렱 | 1110101010111000100011101010001011101101111101101000111010111110 | eab88ea2edf68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)