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 | 搖??訝ょ? | 100111011000101000111111001111111110011001100010100000101110010100111111 | 9d8a3f3fe66282e53f |
EUC-JP | 搖??訝ょ? | 110110011110101000111111001111111110101111000011101001001110011100111111 | d9ea3f3febc3a4e73f |
UTF-8 | 搖쇈굢訝ょ쵍 | 111001101001000010010110111011001000011110001000111010101011010110100010111010001010100010011101111000111000001010000111111011001011010110001101 | e69096ec8788eab5a2e8a89de38287ecb58d |
UHC | 搖쇈굢訝ょ쵍 | 111010001111010010111100111000111000001010001001111001001011100010101010111001111010110010001111 | e8f4bce38289e4b8aae7ac8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)