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 | 擁??筌?\ | 100101110110100100111111001111111110001010100011001111111000000101011111 | 97693f3fe2a33f815f |
EUC-JP | 擁??筌?\ | 110011011100101000111111001111111110010010100101001111111010000111000000 | cdca3f3fe4a53fa1c0 |
UTF-8 | 擁숇젾筌븀\ | 111001101001001110000001111011001000100010000111111011001010000010111110111001111010110110001100111010111011100010000000111011111011110010111100 | e69381ec8887eca0bee7ad8cebb880efbcbc |
UHC | 擁숇젾筌븀\ | 111010001011011010011001111010111010000010110000111011111010011110111010111001111010000110101100 | e8b699eba0b0efa7bae7a1ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)