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 | ??刹 | 00111111001111111001100110001011 | 3f3f998b |
EUC-JP | ??刹 | 00111111001111111101000111101011 | 3f3fd1eb |
UTF-8 | 쁘뤙刹 | 111011001000000110011000111010111010010010011001111001011000100010111001 | ec8198eba499e588b9 |
UHC | 쁘뤙刹 | 101110111101101010001111110010001111001111001011 | bbda8fc8f3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)