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 | 鈺??要??^ | 111110111100010000111111001111111001011101110110001111110011111101011110 | fbc43f3f97763f3f5e |
EUC-JP | 鈺??要??^ | 10001111111000111101010100111111001111111100110111010111001111110011111101011110 | 8fe3d53f3fcdd73f3f5e |
UTF-8 | 鈺뚳쉐要뺞뮍^ | 11101001100010001011101011101011100110101011001111101100100010011001000011101000101001101000000111101011101110101001111011101011101011101000110101011110 | e988baeb9ab3ec8990e8a681ebba9eebae8d5e |
UHC | 鈺뚳쉐要뺞뮍^ | 11101000101011011000110011101111101111011010011011101001101010011001010111100110100100101001101001011110 | e8ad8cefbda6e9a995e6929a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)