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 | ?瑙匡夢 | 00111111111000001110110110001011101001111001011010110010 | 3fe0ed8ba796b2 |
EUC-JP | ?瑙匡夢 | 00111111111000001110111110110110101010011100110010110100 | 3fe0efb6a9ccb4 |
UTF-8 | 렺瑙匡夢 | 111010111010000010111010111001111001000110011001111001011000110010100001111001011010010010100010 | eba0bae79199e58ca1e5a4a2 |
UHC | 렺瑙匡夢 | 1000111011000010110100101100010111001110110001001101100111010011 | 8ec2d2c5cec4d9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)