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 | 貂シ閠碁ウャ | 111001101011100010111100111010001000000010001100111010011011001110101100 | e6b8bce8808ce9b3ac |
EUC-JP | 貂シ閠碁ウャ | 111011001011101010001110101111001110111111100000101110001110101110001110101100111000111010101100 | ecba8ebcefe0b8eb8eb38eac |
UTF-8 | 貂シ閠碁ウャ | 111010001011001010000010111011111011110110111100111010011001011010100000111001111010001010000001111011111011110110110011111011111011110110101100 | e8b282efbdbce996a0e7a281efbdb3efbdac |
UHC | 貂??碁?? | 1111010110110000001111110011111111010001101100110011111100111111 | f5b03f3fd1b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)