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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 濚??沅?? | 10001111110010011010000100111111001111111000111111000110111010010011111100111111 | 8fc9a13f3f8fc6e93f3f |
UTF-8 | 濚욌낌沅뤸만 | 111001101011111110011010111011001001101010001100111010111000001010001100111001101011001010000101111010111010010010111000111010111010011110001100 | e6bf9aec9a8ceb828ce6b285eba4b8eba78c |
UHC | 濚욌낌沅뤸만 | 111001111011100110011110111010111011001110100110111010101011011010001111111001101011100010111000 | e7b99eebb3a6eab68fe6b8b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)