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 | 町?俺?l | 1001001010101100001111111000100110110100001111111000001010001100 | 92ac3f89b43f828c |
EUC-JP | 町?俺?l | 1100010010101110001111111011001010110110001111111010001111101100 | c4ae3fb2b63fa3ec |
UTF-8 | 町렏俺잿l | 111001111001010010111010111010111010000010001111111001001011111110111010111011001001111010111111111011111011110110001100 | e794baeba08fe4bfbaec9ebfefbd8c |
UHC | 町렏俺잿l | 11101111111010111000111010100101111001011110111111000000111011011010001111101100 | efeb8ea5e5efc0eda3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)