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 | 伊豆? | 1000100011001001100100111010010000111111 | 88c993a43f |
EUC-JP | 伊豆? | 1011000011001011110001101010011000111111 | b0cbc6a63f |
UTF-8 | 伊豆쑹 | 111001001011110010001010111010001011000110000110111011001001000110111001 | e4bc8ae8b186ec91b9 |
UHC | 伊豆쑹 | 111011001010010111010100111001111011111010101011 | eca5d4e7beab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)