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 | ???夢 | 0011111100111111001111111001011010110010 | 3f3f3f96b2 |
EUC-JP | ???夢 | 0011111100111111001111111100110010110100 | 3f3f3fccb4 |
UTF-8 | 렺예렺夢 | 111010111010000010111010111011001001100010001000111010111010000010111010111001011010010010100010 | eba0baec9888eba0bae5a4a2 |
UHC | 렺예렺夢 | 1000111011000010101111111011100110001110110000101101100111010011 | 8ec2bfb98ec2d9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)