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 | 鈺??若? | 11111011110001000011111100111111100011101110000100111111 | fbc43f3f8ee13f |
EUC-JP | 鈺??若? | 1000111111100011110101010011111100111111101111001110001100111111 | 8fe3d53f3fbce33f |
UTF-8 | 鈺뚳쉈若㎩ | 111010011000100010111010111010111001101010110011111011001000100110001000111010001000101110100101111000111000111010101001 | e988baeb9ab3ec8988e88ba5e38ea9 |
UHC | 鈺뚳쉈若㎩ | 11101000101011011000110011101111101111011010010111100101101101001010011111100101 | e8ad8cefbda5e5b4a7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)