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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 予???ら? | 1001011101011100001111110011111100111111100000101110011100111111 | 975c3f3f3f82e73f |
EUC-JP | 予???ら? | 1100110110111101001111110011111100111111101001001110100100111111 | cdbd3f3f3fa4e93f |
UTF-8 | 予롪막痢ら뭣 | 111001001011101010001000111010111010000110101010111010111010011110001001111011111010011110100101111000111000001010001001111010111010110110100011 | e4ba88eba1aaeba789efa7a5e38289ebada3 |
UHC | 予롪막痢ら뭣 | 111001011111100010001110111010101011100010110111111011001011100010101010111010011011100110111101 | e5f88eeab8b7ecb8aae9b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)