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 | 鴫上ォ | 11110000101111101000111010110000100011111110001110101011 | f0be8eb08fe3ab |
EUC-JP | ?鴫上ォ | 00111111101111001011001010111110111001011000111010101011 | 3fbcb2bee58eab |
UTF-8 | 鴫上ォ | 111011101000000110111101111010011011010010101011111001001011100010001010111011111011110110101011 | ee81bde9b4abe4b88aefbdab |
UHC | ??上? | 0011111100111111110111111011111000111111 | 3f3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)