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 | 窈??淫?? | 1110001001110111001111110011111110001000111110100011111100111111 | e2773f3f88fa3f3f |
EUC-JP | 窈??淫?? | 1110001111011000001111110011111110110000111111000011111100111111 | e3d83f3fb0fc3f3f |
UTF-8 | 窈붷깯淫욎넖 | 111001111010101010001000111010111011011010110111111010101011100110101111111001101011011110101011111011001001101010001110111010111000010010010110 | e7aa88ebb6b7eab9afe6b7abec9a8eeb8496 |
UHC | 窈붷깯淫욎넖 | 111010011010000110010100111001011000001110011110111010111110001010011110111011001000011010011111 | e9a194e5839eebe29eec869f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)