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 | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
SJIS-WIN | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
EUC-JP | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
UTF-8 | 뭎묰뭎뭊hTB | 111010111010110110001110111010111010110010110000111010111010110110001110111010111010110110001010011010000101010001000010 | ebad8eebacb0ebad8eebad8a685442 |
UHC | 뭎묰뭎뭊hTB | 1001001001011000100100100100011110010010010110001001001001010101011010000101010001000010 | 9258924792589255685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)