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 | 失鋐ホ霄ェ | 11110000101111011000111010111000111110111101001011001110111010001011101010101010 | f0bd8eb8fbd2cee8baaa |
EUC-JP | ?失鋐ホ霄ェ | 001111111011110010111010100011111110010010111110100011101100111011110000101111001000111010101010 | 3fbcba8fe4be8ecef0bc8eaa |
UTF-8 | 失鋐ホ霄ェ | 111011101000000110111100111001011010010010110001111010011000101110010000111011111011111010001110111010011001110010000100111011111011110110101010 | ee81bce5a4b1e98b90efbe8ee99c84efbdaa |
UHC | ?失???? | 00111111111000111111011100111111001111110011111100111111 | 3fe3f73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)