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 | ??b???? | 00111111001111110110001000111111001111110011111100111111 | 3f3f623f3f3f3f |
SJIS-WIN | 霎ソb蜿ゥ荳ケ | 11101000101111101011111101100010111001011000111110101001111001001011100010111001 | e8bebf62e58fa9e4b8b9 |
EUC-JP | 霎ソb蜿ゥ荳ケ | 11110000110000001000111010111111011000101110100111101111100011101010100111101000101110101000111010111001 | f0c08ebf62e9ef8ea9e8ba8eb9 |
UTF-8 | 霎ソb蜿ゥ荳ケ | 11101001100111001000111011101111101111011011111101100010111010001001110010111111111011111011110110101001111010001000110110110011111011111011110110111001 | e99c8eefbdbf62e89cbfefbda9e88db3efbdb9 |
UHC | ??b??荳? | 0011111100111111011000100011111100111111110101001110010100111111 | 3f3f623f3fd4e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)