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 | 撓??訝?? | 1001110110011010001111110011111111100110011000100011111100111111 | 9d9a3f3fe6623f3f |
EUC-JP | 撓??訝?? | 1101100111111010001111110011111111101011110000110011111100111111 | d9fa3f3febc33f3f |
UTF-8 | 撓붶펯訝껇쎆 | 111001101001001010010011111010111011011010110110111011011000111010101111111010001010100010011101111010101011101110000111111011001000111010000110 | e69293ebb6b6ed8eafe8a89deabb87ec8e86 |
UHC | 撓붶펯訝껇쎆 | 111010001111010110010100111001001011110010000001111001001011100010000011111010001001101110101111 | e8f594e4bc81e4b883e89baf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)