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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 繇?? | 1000111111010100110100010011111100111111 | 8fd4d13f3f |
UTF-8 | 繇뉔뼐 | 111001111011100110000111111010111000100110010100111010111011110010010000 | e7b987eb8994ebbc90 |
UHC | 繇뉔뼐 | 111010011010001110000111111010011001011010011000 | e9a387e99698 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)