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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞣偵た | 111010001110001010010010111000111000001010111101 | e8e292e382bd |
EUC-JP | 鞣偵た | 111100001110010011000100111001011010010010111111 | f0e4c4e5a4bf |
UTF-8 | 鞣偵た | 111010011001111010100011111001011000000110110101111000111000000110011111 | e99ea3e581b5e3819f |
UHC | ?偵た | 0011111111101111110011111010101010111111 | 3fefcfaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)