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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顋取覧蓐夂ャ | 1110100011111001100011101110011010010111100101111110010011101010100110101110011110101100 | e8f98ee69797e4ea9ae7ac |
EUC-JP | 顋取覧蓐夂ャ | 111100001111101110111100111010001100110111110111111010001110110011010100111010011000111010101100 | f0fbbce8cdf7e8ecd4e98eac |
UTF-8 | 顋取覧蓐夂ャ | 111010011010000110001011111001011000111110010110111010001010011010100111111010001001001110010000111001011010010010000010111011111011110110101100 | e9a18be58f96e8a6a7e89390e5a482efbdac |
UHC | ?取???? | 00111111111101101010001000111111001111110011111100111111 | 3ff6a23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)