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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?蓑??m醫 | 001111111001011010101010001111110011111110000010100011011110011111001110 | 3f96aa3f3f828de7ce |
EUC-JP | 邕蓑??m醫 | 1000111111100001111011011100110010101100001111110011111110100011111011011110111011010000 | 8fe1edccac3f3fa3edeed0 |
UTF-8 | 邕蓑렋뀄m醫 | 111010011000001010010101111010001001001110010001111010111010000010001011111010111000000010000100111011111011110110001101111010011000011010101011 | e98295e89391eba08beb8084efbd8de986ab |
UHC | 邕蓑렋뀄m醫 | 111010001011101111011110111011101000111010100010101100101110110110100011111011011110110010100010 | e8bbdeee8ea2b2eda3edeca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)