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 | 疫??壯?? | 1000100101110101001111110011111110011010111000010011111100111111 | 89753f3f9ae13f3f |
EUC-JP | 疫??壯?? | 1011000111010110001111110011111111010100111000110011111100111111 | b1d63f3fd4e33f3f |
UTF-8 | 疫섌땺壯뷸튂 | 111001111001011010101011111011001000010010001100111010111001010110111010111001011010001110101111111010111011011110111000111011011000101010000010 | e796abec848ceb95bae5a3afebb7b8ed8a82 |
UHC | 疫섌땺壯뷸튂 | 111001101011100110011000111010011000101110010000111011011110000010111010111001101011100110011000 | e6b998e98b90ede0bae6b998 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)