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 | 湿者疾軸シォ | 10001110101111001000111011010010100011101011111010001110101100101011110010101011 | 8ebc8ed28ebe8eb2bcab |
EUC-JP | 湿者疾軸シォ | 101111001011111010111100110101001011110011000000101111001011010010001110101111001000111010101011 | bcbebcd4bcc0bcb48ebc8eab |
UTF-8 | 湿者疾軸シォ | 111001101011100110111111111010001000000010000101111001111001011010111110111010001011101110111000111011111011110110111100111011111011110110101011 | e6b9bfe88085e796bee8bbb8efbdbcefbdab |
UHC | ?者疾軸?? | 001111111110110110111010111100101111000011110101111011100011111100111111 | 3fedbaf2f0f5ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)