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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | 燿??節? | 11100000101000000011111100111111100100001101111100111111 | e0a03f3f90df3f |
EUC-JP | 燿??節® | 111000001010001000111111001111111100000011100001100011111010001011101110 | e0a23f3fc0e18fa2ee |
UTF-8 | 燿쒐쥜節® | 1110011110000111101111111110110010010010100100001110110010100101100111001110011110101111100000001100001010101110 | e787bfec9290eca59ce7af80c2ae |
UHC | 燿쒐쥜節® | 11101000111111001001110011100111101000101001000111101111101111011010001011100111 | e8fc9ce7a291efbda2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)