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 | 弱??張?? | 1000111011100011001111110011111110010010101000110011111100111111 | 8ee33f3f92a33f3f |
EUC-JP | 弱??張?? | 1011110011100101001111110011111111000100101001010011111100111111 | bce53f3fc4a53f3f |
UTF-8 | 弱꾣뜥張몇눡 | 111001011011110010110001111010101011111010100011111010111001110010100101111001011011110010110101111010111010101010000111111010111000100010100001 | e5bcb1eabea3eb9ca5e5bcb5ebaa87eb88a1 |
UHC | 弱꾣뜥張몇눡 | 111001011011000010000100111001101000110110101000111011011110010110111000111011101000011110111000 | e5b084e68da8ede5b8ee87b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)