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 | 畑??循 | 100101001010100000111111001111111000111101111010 | 94a83f3f8f7a |
EUC-JP | 畑??循 | 110010001010101000111111001111111011110111011011 | c8aa3f3fbddb |
UTF-8 | 畑댁옃循 | 111001111001010110010001111010111000110010000001111011001001100010000011111001011011111010101010 | e79591eb8c81ec9883e5beaa |
UHC | 畑댁옃循 | 1110111110100101101101001110110010011110100011111110001011100000 | efa5b4ec9e8fe2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)