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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎憺椈蟯ャ | 111010001011111010011100111010011001111010011000111001011011001010101100 | e8be9ce99e98e5b2ac |
EUC-JP | 霎憺椈蟯ャ | 11110000110000001101100011101011110110111111100011101010101101001000111010101100 | f0c0d8ebdbf8eab48eac |
UTF-8 | 霎憺椈蟯ャ | 111010011001110010001110111001101000011010111010111001101010010010001000111010001001111110101111111011111011110110101100 | e99c8ee686bae6a488e89fafefbdac |
UHC | ?憺?蟯? | 00111111110100111011110000111111111010011010100000111111 | 3fd3bc3fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)