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 | 町?俺?? | 10010010101011000011111110001001101101000011111100111111 | 92ac3f89b43f3f |
EUC-JP | 町?俺?? | 11000100101011100011111110110010101101100011111100111111 | c4ae3fb2b63f3f |
UTF-8 | 町렏俺쟀㎬ | 111001111001010010111010111010111010000010001111111001001011111110111010111011001001111110000000111000111000111010101100 | e794baeba08fe4bfbaec9f80e38eac |
UHC | 町렏俺쟀㎬ | 11101111111010111000111010100101111001011110111111000000111011101010011111101000 | efeb8ea5e5efc0eea7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)