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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 岦シー尞宍B | 1111101010101100101111001111000010100100101100001111101010101011100011101011001101000010 | faacbcf0a4b0faab8eb342 |
EUC-JP | 岦シ?ー尞宍B | 1000111110111011101100111000111010111100001111111000111010110000100011111011101011101011101111001011010101000010 | 8fbbb38ebc3f8eb08fbaebbcb542 |
UTF-8 | 岦シー尞宍B | 11100101101100101010011011101111101111011011110011101110100000011010001111101111101111011011000011100101101100001001111011100101101011101000110101000010 | e5b2a6efbdbcee81a3efbdb0e5b09ee5ae8d42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)