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 | 彦??節?? | 1001010101000110001111110011111110010000110111110011111100111111 | 95463f3f90df3f3f |
EUC-JP | 彦??節?? | 1100100110100111001111110011111111000000111000010011111100111111 | c9a73f3fc0e13f3f |
UTF-8 | 彦숉쓲節뤷칰 | 111001011011110110100110111011001000100010001001111011001001001110110010111001111010111110000000111010111010010010110111111011001011100110110000 | e5bda6ec8889ec93b2e7af80eba4b7ecb9b0 |
UHC | 彦숉쓲節뤷칰 | 111001011110100110011001111011011001110110010000111011111011110110001111111001011010111110000011 | e5e999ed9d90efbd8fe5af83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)