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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 霎ッ蝣、竏ォ^ | 11101000101111101010111111100101101000001010010011100010100010001010101101011110 | e8beafe5a0a4e288ab5e |
EUC-JP | 霎ッ蝣、竏ォ^ | 11110000110000001000111010101111111010101010001010001110101001001110001111101000100011101010101101011110 | f0c08eafeaa28ea4e3e88eab5e |
UTF-8 | 霎ッ蝣、竏ォ^ | 11101001100111001000111011101111101111011010111111101000100111011010001111101111101111011010010011100111101010111000111111101111101111011010101101011110 | e99c8eefbdafe89da3efbda4e7ab8fefbdab5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)