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 | 赱シ髮ォ蒿吩 | 11100110110111111011110011101001100110111010101111100100111001001001100111100100 | e6dfbce99babe4e499e4 |
EUC-JP | 赱シ髮ォ蒿吩 | 111011001110000110001110101111001111000111111011100011101010101111101000111001101101001011100110 | ece18ebcf1fb8eabe8e6d2e6 |
UTF-8 | 赱シ髮ォ蒿吩 | 111010001011010110110001111011111011110110111100111010011010101110101110111011111011110110101011111010001001001010111111111001011001000010101001 | e8b5b1efbdbce9abaeefbdabe892bfe590a9 |
UHC | ??髮?蒿吩 | 001111110011111111011011101001010011111111111011110110101101110111000011 | 3f3fdba53ffbdaddc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)