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 | 譯??海?? | 1110011010100001001111110011111110001010010000110011111100111111 | e6a13f3f8a433f3f |
EUC-JP | 譯??海?? | 1110110010100011001111110011111110110011101001000011111100111111 | eca33f3fb3a43f3f |
UTF-8 | 譯롮쉻海썹눨 | 111010001010110110101111111010111010000110101110111011001000100110111011111001101011010110110111111011001000110110111001111010111000100010101000 | e8adafeba1aeec89bbe6b5b7ec8db9eb88a8 |
UHC | 譯롮쉻海썹눨 | 111001101011101110001110111011001001101010010001111110101010110110111101111001111000011110111111 | e6bb8eec9a91faadbde787bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)