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 | 壅??楹 | 100110101101011100111111001111111001111010110001 | 9ad73f3f9eb1 |
EUC-JP | 壅??楹 | 110101001101100100111111001111111101110010110011 | d4d93f3fdcb3 |
UTF-8 | 壅ㅽ렚楹 | 111001011010001110000101111000111000010110111101111010111010000010011010111001101010010110111001 | e5a385e385bdeba09ae6a5b9 |
UHC | 壅ㅽ렚楹 | 1110100010110101101001001110110110001110101011011110011110110011 | e8b5a4ed8eade7b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)