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 | ?⑥?夷?? | 0011111110000111010001010011111110001000110011100011111100111111 | 3f87453f88ce3f3f |
EUC-JP | ???夷?? | 00111111001111110011111110110000110100000011111100111111 | 3f3f3fb0d03f3f |
UTF-8 | 梨⑥쭥夷섏콬 | 111011111010011110100010111000101001000110100101111011001010110110100101111001011010010010110111111011001000010010001111111011001011110110101100 | efa7a2e291a5ecada5e5a4b7ec848fecbdac |
UHC | 梨⑥쭥夷섏콬 | 111011001011000110101000111011001010011110011001111011001010100010011000111011001011000110100000 | ecb1a8eca799eca898ecb1a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)