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 | 湿疾疾叱シ゚ | 10001110101111001000111010111110100011101011111010001110101101101011110011011111 | 8ebc8ebe8ebe8eb6bcdf |
EUC-JP | 湿疾疾叱シ゚ | 101111001011111010111100110000001011110011000000101111001011100010001110101111001000111011011111 | bcbebcc0bcc0bcb88ebc8edf |
UTF-8 | 湿疾疾叱シ゚ | 111001101011100110111111111001111001011010111110111001111001011010111110111001011000111110110001111011111011110110111100111011111011111010011111 | e6b9bfe796bee796bee58fb1efbdbcefbe9f |
UHC | ?疾疾叱?? | 001111111111001011110000111100101111000011110010111010100011111100111111 | 3ff2f0f2f0f2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)