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 | シェ省アシ | 1111001011101111101111001010101010001111110010001011000110111100 | f2efbcaa8fc8b1bc |
EUC-JP | ?シェ省アシ | 0011111110001110101111001000111010101010101111101100101010001110101100011000111010111100 | 3f8ebc8eaabeca8eb18ebc |
UTF-8 | シェ省アシ | 111011101000100010100110111011111011110110111100111011111011110110101010111001111001110010000001111011111011110110110001111011111011110110111100 | ee88a6efbdbcefbdaae79c81efbdb1efbdbc |
UHC | ???省?? | 00111111001111110011111111100000111111010011111100111111 | 3f3f3fe0fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)