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 | ¼´Þ½ | 10001110101111001000111110110100110111101000111010111101 | 8ebc8fb4de8ebd |
SJIS-WIN | ???´??? | 0011111100111111001111111000000101001100001111110011111100111111 | 3f3f3f814c3f3f3f |
EUC-JP | ???´Þ?? | 00111111001111110011111110100001101011011000111110101001101100000011111100111111 | 3f3f3fa1ad8fa9b03f3f |
UTF-8 | ¼´Þ½ | 1100001010001110110000101011110011000010100011111100001010110100110000111001111011000010100011101100001010111101 | c28ec2bcc28fc2b4c39ec28ec2bd |
UHC | ?¼?´Þ?½ | 0011111110101000111110010011111110100010101001011010100010101101001111111010100011110110 | 3fa8f93fa2a5a8ad3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)