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 | 町?俺?罹 | 1001001010101100001111111000100110110100001111111001110011101011 | 92ac3f89b43f9ceb |
EUC-JP | 町?俺?罹 | 1100010010101110001111111011001010110110001111111101100011101101 | c4ae3fb2b63fd8ed |
UTF-8 | 町렏俺편罹 | 111001111001010010111010111010111010000010001111111001001011111110111010111011011000111010111000111001111011110110111001 | e794baeba08fe4bfbaed8eb8e7bdb9 |
UHC | 町렏俺편罹 | 11101111111010111000111010100101111001011110111111000110111011011101011111100111 | efeb8ea5e5efc6edd7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)