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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霓ゅ?? | 111010001011110110000010111000110011111100111111 | e8bd82e33f3f |
EUC-JP | 霓ゅ?? | 111100001011111110100100111001010011111100111111 | f0bfa4e53f3f |
UTF-8 | 霓ゅ뻑凉 | 111010011001110010010011111000111000001010000101111010111011101110010001111011111010010110111001 | e99c93e38285ebbb91efa5b9 |
UHC | 霓ゅ뻑凉 | 1110011111100111101010101110010110111011101101101110010110111100 | e7e7aae5bbb6e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)