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 | ?螟?暮 | 001111111110010110100100001111111001010111101001 | 3fe5a43f95e9 |
EUC-JP | ?螟?暮 | 001111111110101010100110001111111100101011101011 | 3feaa63fcaeb |
UTF-8 | 렺螟렺暮 | 111010111010000010111010111010001001111010011111111010111010000010111010111001101001101010101110 | eba0bae89e9feba0bae69aae |
UHC | 렺螟렺暮 | 1000111011000010110110011010110110001110110000101101100110111010 | 8ec2d9ad8ec2d9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)