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 | 譟肥挟緕 | 1110011010011111100101001110110010001011101100101110001110001110 | e69f94ec8bb2e38e |
EUC-JP | 譟肥挟緕 | 1110110010100001110010001110111010110110101101001110010111101110 | eca1c8eeb6b4e5ee |
UTF-8 | 譟肥挟緕 | 111010001010110110011111111010001000001010100101111001101000110010011111111001111011011110010101 | e8ad9fe882a5e68c9fe7b795 |
UHC | ?肥?? | 0011111111011101111111100011111100111111 | 3fddfe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)