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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???厭? | 001111110011111100111111100010010111110100111111 | 3f3f3f897d3f |
EUC-JP | ???厭? | 001111110011111100111111101100011101111000111111 | 3f3f3fb1de3f |
UTF-8 | 料썽콊厭퍯 | 111011111010011010111110111011001000110110111101111011001011110110001010111001011000111010101101111011011000110110101111 | efa6beec8dbdecbd8ae58eaded8daf |
UHC | 料썽콊厭퍯 | 11101000111101111011110111101001101100011000011011100110111101001011110001000110 | e8f7bde9b186e6f4bc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)