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 | 町?俺?努 | 1001001010101100001111111000100110110100001111111001001101110111 | 92ac3f89b43f9377 |
EUC-JP | 町?俺?努 | 1100010010101110001111111011001010110110001111111100010111011000 | c4ae3fb2b63fc5d8 |
UTF-8 | 町렏俺편努 | 111001111001010010111010111010111010000010001111111001001011111110111010111011011000111010111000111001011000101010101010 | e794baeba08fe4bfbaed8eb8e58aaa |
UHC | 町렏俺편努 | 11101111111010111000111010100101111001011110111111000110111011011101001010111101 | efeb8ea5e5efc6edd2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)