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 | ???汚?? | 00111111001111110011111110001001100110000011111100111111 | 3f3f3f89983f3f |
EUC-JP | ???汚?? | 00111111001111110011111110110001111110000011111100111111 | 3f3f3fb1f83f3f |
UTF-8 | 僚쒙슴汚졿뎸 | 111011111010011010111011111011001001001010011001111011001000101010110100111001101011000110011010111011001010000110111111111010111000111010111000 | efa6bbec9299ec8ab4e6b19aeca1bfeb8eb8 |
UHC | 僚쒙슴汚졿뎸 | 111010001110100010011100111011111011110110111111111001111111110110100000111001101000100110001011 | e8e89cefbdbfe7fda0e6898b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)