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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錚?? | 11101000010000100011111100111111 | e8423f3f |
EUC-JP | 錚?? | 11101111101000110011111100111111 | efa33f3f |
UTF-8 | 錚ㅴ갖 | 111010011000110010011010111000111000010110110100111010101011000010010110 | e98c9ae385b4eab096 |
UHC | 錚ㅴ갖 | 111011101011011010100100111001001011000010101110 | eeb6a4e4b0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)