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 | 鬯倬キコ鉞稲 | 11101001101011001001100011101001101101111011101011100111111001101000100011101110 | e9ac98e9b7bae7e688ee |
EUC-JP | 鬯倬キコ鉞稲 | 111100101010111011010000111010111000111010110111100011101011101011101110111010001011000011110000 | f2aed0eb8eb78ebaeee8b0f0 |
UTF-8 | 鬯倬キコ鉞稲 | 111010011010110010101111111001011000000010101100111011111011110110110111111011111011110110111010111010011000100110011110111001111010100010110010 | e9acafe580acefbdb7efbdbae9899ee7a8b2 |
UHC | ?倬??鉞? | 0011111111110110111100000011111100111111111010101100011100111111 | 3ff6f03f3feac73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)