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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 뤋멈陸卽븍렰 | 111010111010010010001011111010111010100110001000111011111010011110010011111001011000110110111101111010111011100010001101111010111010000010110000 | eba48beba988efa793e58dbdebb88deba0b0 |
UHC | 뤋멈陸卽븍렰 | 100011111011101110111000110110001110101111000001111100011110110110111010111010111000111010111101 | 8fbbb8d8ebc1f1edbaeb8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)