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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霎ソ謳堺 | 11101000101111101011111111100110100100001000110111100100 | e8bebfe6908de4 |
EUC-JP | 霎ソ謳堺 | 1111000011000000100011101011111111101011111100001011101011100110 | f0c08ebfebf0bae6 |
UTF-8 | 霎ソ謳堺 | 111010011001110010001110111011111011110110111111111010001010110010110011111001011010000010111010 | e99c8eefbdbfe8acb3e5a0ba |
UHC | ??謳堺 | 001111110011111111001111110001001100110011110111 | 3f3fcfc4ccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)