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 | 錵ゃャ覽 | 11101000010001011000001011100001101011001110011001010100 | e84582e1ace654 |
EUC-JP | 錵ゃャ覽 | 1110111110100110101001001110001110001110101011001110101110110101 | efa6a4e38eacebb5 |
UTF-8 | 錵ゃャ覽 | 111010011000110010110101111000111000001010000011111011111011110110101100111010001010011010111101 | e98cb5e38283efbdace8a6bd |
UHC | ?ゃ?覽 | 001111111010101011100011001111111101010111000010 | 3faae33fd5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)