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 | テ敕彜テ。テ杙 | 11000011100111011100001110011100010100111100001110100001110000111001111001011010 | c39dc39c53c3a1c39e5a |
EUC-JP | テ敕彜テ。テ杙 | 1000111011000011110110101100010111010111101101001000111011000011100011101010000110001110110000111101101110111011 | 8ec3dac5d7b48ec38ea18ec3dbbb |
UTF-8 | テ敕彜テ。テ杙 | 111011111011111010000011111001101001010110010101111001011011110110011100111011111011111010000011111011111011110110100001111011111011111010000011111001101001110110011001 | efbe83e69595e5bd9cefbe83efbda1efbe83e69d99 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)