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 | 秧②??? | 11100010010111101000011101000001001111110011111100111111 | e25e87413f3f3f |
EUC-JP | 秧???? | 111000111011111100111111001111110011111100111111 | e3bf3f3f3f3f |
UTF-8 | 秧②윭隸뫼 | 111001111010011110100111111000101001000110100001111011001001110010101101111011111010011010111000111010111010101110111100 | e7a7a7e291a1ec9cadefa6b8ebabbc |
UHC | 秧②윭隸뫼 | 11100100111010111010100011101000100111111010110011100111111001101011100011111110 | e4eba8e89face7e6b8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)