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 | ???昻?? | 00111111001111110011111111111010110100000011111100111111 | 3f3f3ffad03f3f |
EUC-JP | 濚????? | 1000111111001001101000010011111100111111001111110011111100111111 | 8fc9a13f3f3f3f3f |
UTF-8 | 濚방뎸昻앲랴 | 111001101011111110011010111010111011000010101001111010111000111010111000111001101001100010111011111011001001010110110010111010111001111010110100 | e6bf9aebb0a9eb8eb8e698bbec95b2eb9eb4 |
UHC | 濚방뎸昻앲랴 | 111001111011100110111001111001101000100110001011111001001110100110011101111010001011011110101010 | e7b9b9e6898be4e99de8b7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)