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 | 霆゙螢苡サウ | 111010001011101111011110111001011010001111100100100011111011101110110011 | e8bbdee5a3e48fbbb3 |
EUC-JP | 霆゙螢苡サウ | 111100001011110110001110110111101110101010100101111001111110111110001110101110111000111010110011 | f0bd8edeeaa5e7ef8ebb8eb3 |
UTF-8 | 霆゙螢苡サウ | 111010011001110010000110111011111011111010011110111010001001111010100010111010001000101110100001111011111011110110111011111011111011110110110011 | e99c86efbe9ee89ea2e88ba1efbdbbefbdb3 |
UHC | 霆?螢苡?? | 111011111111110100111111111110111010101111101100101111100011111100111111 | effd3ffbabecbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)