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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晤??松 | 100111011110101100111111001111111000111110111100 | 9deb3f3f8fbc |
EUC-JP | 晤??松 | 110110101110110100111111001111111011111010111110 | daed3f3fbebe |
UTF-8 | 晤뚨쥜松 | 111001101001100110100100111010111001101010101000111011001010010110011100111001101001110110111110 | e699a4eb9aa8eca59ce69dbe |
UHC | 晤뚨쥜松 | 1110011111111011100011001110011110100010100100011110000111100110 | e7fb8ce7a291e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)