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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 音??? | 1000100110111001001111110011111100111111 | 89b93f3f3f |
EUC-JP | 音??琰 | 10110010101110110011111100111111100011111100110010110100 | b2bb3f3f8fccb4 |
UTF-8 | 音쎈뜒琰 | 111010011001111110110011111011001000111010001000111010111001110010010010111001111001000010110000 | e99fb3ec8e88eb9c92e790b0 |
UHC | 音쎈뜒琰 | 1110101111100101101111011110101110001101100101011110011011111100 | ebe5bdeb8d95e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)