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 | ???鎰?? | 00111111001111110011111111101000010011000011111100111111 | 3f3f3fe84c3f3f |
EUC-JP | ???鎰?? | 00111111001111110011111111101111101011010011111100111111 | 3f3f3fefad3f3f |
UTF-8 | 療먯빢鎰쒐독 | 111011111010011110000001111010111010100010101111111010111011100110100010111010011000111010110000111011001001001010010000111010111000111110000101 | efa781eba8afebb9a2e98eb0ec9290eb8f85 |
UHC | 療먯빢鎰쒐독 | 111010001111111010010000111011001001010110111110111011001111000010011100111001111011010110110110 | e8fe90ec95beecf09ce7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)