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 | 夜??循 | 100101101110100100111111001111111000111101111010 | 96e93f3f8f7a |
EUC-JP | 夜??循 | 110011001110101100111111001111111011110111011011 | cceb3f3fbddb |
UTF-8 | 夜껊떵循 | 111001011010010010011100111010101011101110001010111010111001011010110101111001011011111010101010 | e5a49ceabb8aeb96b5e5beaa |
UHC | 夜껊떵循 | 1110010110101000100000111110101110110110101110101110001011100000 | e5a883ebb6bae2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)