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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 娼チ。ゥチ | 10001111101010011100000110100001111100011010000111110000111011011010100111000001 | 8fa9c1a1f1a1f0eda9c1 |
EUC-JP | 娼チ。??ゥチ | 101111101010101110001110110000011000111010100001001111110011111110001110101010011000111011000001 | beab8ec18ea13f3f8ea98ec1 |
UTF-8 | 娼チ。ゥチ | 111001011010100010111100111011111011111010000001111011111011110110100001111011101000010010011100111011101000001010101100111011111011110110101001111011111011111010000001 | e5a8bcefbe81efbda1ee849cee82acefbda9efbe81 |
UHC | 娼?????? | 1111001111011110001111110011111100111111001111110011111100111111 | f3de3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)