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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 吾??吾??^ | 100011001110000100111111001111111000110011100001001111110011111101011110 | 8ce13f3f8ce13f3f5e |
EUC-JP | 吾??吾??^ | 101110001110001100111111001111111011100011100011001111110011111101011110 | b8e33f3fb8e33f3f5e |
UTF-8 | 吾듸쉠吾듸쉠^ | 11100101100100001011111011101011100100111011100011101100100010011010000011100101100100001011111011101011100100111011100011101100100010011010000001011110 | e590beeb93b8ec89a0e590beeb93b8ec89a05e |
UHC | 吾듸쉠吾듸쉠^ | 11100111111011101011010111101111101111011010101011100111111011101011010111101111101111011010101001011110 | e7eeb5efbdaae7eeb5efbdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)