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 | 菘謝璽籀 | 1110010011000011100011101101001110001110101000111110001011011000 | e4c38ed38ea3e2d8 |
EUC-JP | 菘謝璽籀 | 1110100011000101101111001101010110111100101001011110010011011010 | e8c5bcd5bca5e4da |
UTF-8 | 菘謝璽籀 | 111010001000111110011000111010001010110010011101111001111001001010111101111001111011000110000000 | e88f98e8ac9de792bde7b180 |
UHC | ?謝璽? | 001111111101111011110011110111111101111000111111 | 3fdef3dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)