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 | 雄豆? | 1001011101011001100100111010010000111111 | 975993a43f |
EUC-JP | 雄豆? | 1100110110111010110001101010011000111111 | cdbac6a63f |
UTF-8 | 雄豆깃 | 111010011001101110000100111010001011000110000110111010101011100110000011 | e99b84e8b186eab983 |
UHC | 雄豆깃 | 111010101010100111010100111001111011000111101010 | eaa9d4e7b1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)