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 | 雋?壯??斐 | 111010001011001000111111100110101110000100111111001111111001010011100011 | e8b23f9ae13f3f94e3 |
EUC-JP | 雋?壯??斐 | 111100001011010000111111110101001110001100111111001111111100100011100101 | f0b43fd4e33f3fc8e5 |
UTF-8 | 雋렗壯렒뤋斐 | 111010011001101110001011111010111010000010010111111001011010001110101111111010111010000010010010111010111010010010001011111001101001011010010000 | e99b8beba097e5a3afeba092eba48be69690 |
UHC | 雋렗壯렒뤋斐 | 111100011110011010001110101011001110110111100000100011101010011110001111101110111101110111101100 | f1e68eacede08ea78fbbddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)