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 | 短息棚尊 | 1001001001011010100100011010011110010010010010011001000110111000 | 925a91a7924991b8 |
EUC-JP | 短息棚尊 | 1100001110111011110000101010100111000011101010101100001010111010 | c3bbc2a9c3aac2ba |
UTF-8 | 短息棚尊 | 111001111001111110101101111001101000000110101111111001101010001110011010111001011011000010001010 | e79fade681afe6a39ae5b08a |
UHC | 短息棚尊 | 1101001110101101111000111101001111011101110111001111000011101110 | d3ade3d3dddcf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)