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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?れ?H | 0011111110000010111010100011111101001000 | 3f82ea3f48 |
EUC-JP | ?れ?H | 0011111110100100111011000011111101001000 | 3fa4ec3f48 |
UTF-8 | 淋れ꺽H | 11101111101001111011010111100011100000101000110011101010101110101011110101001000 | efa7b5e3828ceababd48 |
UHC | 淋れ꺽H | 11101100111110001010101011101100101100101010100101001000 | ecf8aaecb2a948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)