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 | 伊?倚?緋 | 1000100011001001001111111001100011011111001111111001010011101010 | 88c93f98df3f94ea |
EUC-JP | 伊?倚?緋 | 1011000011001011001111111101000011100001001111111100100011101100 | b0cb3fd0e13fc8ec |
UTF-8 | 伊렫倚뀀緋 | 111001001011110010001010111010111010000010101011111001011000000010011010111010111000000010000000111001111011011110001011 | e4bc8aeba0abe5809aeb8080e7b78b |
UHC | 伊렫倚뀀緋 | 11101100101001011000111010111001111010111110111110110010111010111101110111111100 | eca58eb9ebefb2ebddfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)