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 | ?譚?大 | 001111111110011010011101001111111001000111100101 | 3fe69d3f91e5 |
EUC-JP | ?譚?大 | 001111111110101111111101001111111100001011100111 | 3febfd3fc2e7 |
UTF-8 | 렺譚렺大 | 111010111010000010111010111010001010110110011010111010111010000010111010111001011010010010100111 | eba0bae8ad9aeba0bae5a4a7 |
UHC | 렺譚렺大 | 1000111011000010110100111100100110001110110000101101001111011110 | 8ec2d3c98ec2d3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)