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 | 霎ー蟆願゙ | 1110100010111110101100001110010110110000100010101110100011011110 | e8beb0e5b08ae8de |
EUC-JP | 霎ー蟆願゙ | 11110000110000001000111010110000111010101011001010110100111010101000111011011110 | f0c08eb0eab2b4ea8ede |
UTF-8 | 霎ー蟆願゙ | 111010011001110010001110111011111011110110110000111010001001111110000110111010011010000110011000111011111011111010011110 | e99c8eefbdb0e89f86e9a198efbe9e |
UHC | ???願? | 001111110011111100111111111010101100001100111111 | 3f3f3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)