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 | 畯?第??? | 1111101101101111001111111001000111100110001111110011111100111111 | fb6f3f91e63f3f3f |
EUC-JP | 畯?第?澐? | 1000111111001101101110110011111111000010111010000011111110001111110010001110100100111111 | 8fcdbb3fc2e83f8fc8e93f |
UTF-8 | 畯렡第렩澐렜 | 111001111001010110101111111010111010000010100001111001111010110010101100111010111010000010101001111001101011111010010000111010111010000010011100 | e795afeba0a1e7acaceba0a9e6be90eba09c |
UHC | 畯렡第렩澐렜 | 111100011110000110001110101100101111000010101111100011101011011111101001111110101000111010101110 | f1e18eb2f0af8eb7e9fa8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)