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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 센솬섧솝센솥 | 111011001000010010111100111011001000011010101100111011001000010010100111111011001000011010011101111011001000010010111100111011001000011010100101 | ec84bcec86acec84a7ec869dec84bcec86a5 |
UHC | 센솬섧솝센솥 | 101111001011111010111100110111111011110010110101101111001101100110111100101111101011110011011100 | bcbebcdfbcb5bcd9bcbebcdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)