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 | ???夷?? | 00111111001111110011111110001000110011100011111100111111 | 3f3f3f88ce3f3f |
EUC-JP | ??Ł夷?? | 001111110011111110001111101010011010100010110000110100000011111100111111 | 3f3f8fa9a8b0d03f3f |
UTF-8 | 李쇱Ł夷됲슋 | 1110111110100111101000011110110010000111101100011100010110000001111001011010010010110111111010111001000010110010111011001000101010001011 | efa7a1ec87b1c581e5a4b7eb90b2ec8a8b |
UHC | 李쇱Ł夷됲슋 | 111011001011000010111100111011001010100010101001111011001010100010001001111011011001101010011011 | ecb0bceca8a9eca889ed9a9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)