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 | ???姨?? | 00111111001111110011111110011011010010000011111100111111 | 3f3f3f9b483f3f |
EUC-JP | ???姨?? | 00111111001111110011111111010101101010010011111100111111 | 3f3f3fd5a93f3f |
UTF-8 | 淋믫슞姨띿괩 | 111011111010011110110101111010111010111110101011111011001000101010011110111001011010011110101000111010111001110110111111111010101011010010101001 | efa7b5ebafabec8a9ee5a7a8eb9dbfeab4a9 |
UHC | 淋믫슞姨띿괩 | 111011001111100010010010111011011001101010101010111011001010100110001101111011001011000110101000 | ecf892ed9aaaeca98decb1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)