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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??使??B | 00111111001111111000111001100111001111110011111101000010 | 3f3f8e673f3f42 |
EUC-JP | ??使珏?B | 001111110011111110111011110010001000111111001011111011010011111101000010 | 3f3fbbc88fcbed3f42 |
UTF-8 | 렻旽使珏렓B | 11101011101000001011101111100110100101111011110111100100101111011011111111100111100011111000111111101011101000001001001101000010 | eba0bbe697bde4bdbfe78f8feba09342 |
UHC | 렻旽使珏렓B | 1000111011000011110101001100010111011110110001011100101011000100100011101010100001000010 | 8ec3d4c5dec5cac48ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)