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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?峨?期 | 001111111000100111100011001111111000101011111010 | 3f89e33f8afa |
EUC-JP | ?峨?期 | 001111111011001011100101001111111011010011111100 | 3fb2e53fb4fc |
UTF-8 | 룶峨룵期 | 111010111010001110110110111001011011001110101000111010111010001110110101111001101001110010011111 | eba3b6e5b3a8eba3b5e69c9f |
UHC | 룶峨룵期 | 1000111110101011111001001011000110001111101010101101000110100010 | 8fabe4b18faad1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)