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 | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-WIN | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
EUC-JP | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
UTF-8 | 뭂묪x뭂묪 | 11101011101011011000001011101011101011001010101001111000111010111010110110000010111010111010110010101010 | ebad82ebacaa78ebad82ebacaa |
UHC | 뭂묪x뭂묪 | 100100100101000110010010010000100111100010010010010100011001001001000010 | 925192427892519242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)