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 | ???媛 | 0011111100111111001111111001010101010001 | 3f3f3f9551 |
EUC-JP | ???媛 | 0011111100111111001111111100100110110010 | 3f3f3fc9b2 |
UTF-8 | 亮쇱쥓媛 | 111011111010010110110111111011001000011110110001111011001010010110010011111001011010101010011011 | efa5b7ec87b1eca593e5aa9b |
UHC | 亮쇱쥓媛 | 1110010110111001101111001110110010100010100010101110101010110000 | e5b9bceca28aeab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)