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 | ???孼?? | 0011111100111111001111111000111110111010110000110011111100111111 | 3f3f3f8fbac33f3f |
UTF-8 | 溜깅젛孼꾩꽌 | 111011111010011110001011111010101011100110000101111011001010000010011011111001011010110110111100111010101011111010101001111010101011110110001100 | efa78beab985eca09be5adbceabea9eabd8c |
UHC | 溜깅젛孼꾩꽌 | 111010101111111010110001111010111010000010010111111001011110110110000100111011001000010010011100 | eafeb1eba097e5ed84ec849c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)