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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 鼇??梧??\ | 111010101000011100111111001111111000110011100110001111110011111101011100 | ea873f3f8ce63f3f5c |
EUC-JP | 鼇??梧??\ | 111100111110011100111111001111111011100011101000001111110011111101011100 | f3e73f3fb8e83f3f5c |
UTF-8 | 鼇믭쉘梧놂숴\ | 11101001101111001000011111101011101011111010110111101100100010011001100011100110101000101010011111101011100001101000001011101100100010001011010001011100 | e9bc87ebafadec8998e6a2a7eb8682ec88b45c |
UHC | 鼇믭쉘梧놂숴\ | 11101000101010001001001011101111101111011010100111100111111111001011001111101111101111011010010001011100 | e8a892efbda9e7fcb3efbda45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)