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 | 窈??諛?? | 1110001001110111001111110011111111100110100001110011111100111111 | e2773f3fe6873f3f |
EUC-JP | 窈??諛?? | 1110001111011000001111110011111111101011111001110011111100111111 | e3d83f3febe73f3f |
UTF-8 | 窈뚯뼇諛ㅸ뮯 | 111001111010101010001000111010111001101010101111111010111011110010000111111010001010101110011011111000111000010110111000111010111010111010101111 | e7aa88eb9aafebbc87e8ab9be385b8ebaeaf |
UHC | 窈뚯뼇諛ㅸ뮯 | 111010011010000110001100111011001001011010010001111010111011000010100100111010001001001010111000 | e9a18cec9691ebb0a4e892b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)