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 | 症ル疾湘オ爾 | 10001111110001111101100110001110101111101000111111000011101101011000111010100010 | 8fc7d98ebe8fc3b58ea2 |
EUC-JP | 症ル疾湘オ爾 | 101111101100100110001110110110011011110011000000101111101100010110001110101101011011110010100100 | bec98ed9bcc0bec58eb5bca4 |
UTF-8 | 症ル疾湘オ爾 | 111001111001011110000111111011111011111010011001111001111001011010111110111001101011100110011000111011111011110110110101111001111000100010111110 | e79787efbe99e796bee6b998efbdb5e788be |
UHC | 症?疾湘?爾 | 11110001111110000011111111110010111100001101111111001111001111111110110010110011 | f1f83ff2f0dfcf3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)