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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 省蠑ォ上シ | 1000111111001000111001011011110010101011100011111110001110111100 | 8fc8e5bcab8fe3bc |
EUC-JP | 省蠑ォ上シ | 10111110110010101110101010111110100011101010101110111110111001011000111010111100 | becaeabe8eabbee58ebc |
UTF-8 | 省蠑ォ上シ | 111001111001110010000001111010001010000010010001111011111011110110101011111001001011100010001010111011111011110110111100 | e79c81e8a091efbdabe4b88aefbdbc |
UHC | 省??上? | 11100000111111010011111100111111110111111011111000111111 | e0fd3f3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)