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 | ?c?????? | 0011111101100011001111110011111100111111001111110011111100111111 | 3f633f3f3f3f3f3f |
SJIS-WIN | ?c?????? | 0011111101100011001111110011111100111111001111110011111100111111 | 3f633f3f3f3f3f3f |
EUC-JP | ?c?????? | 0011111101100011001111110011111100111111001111110011111100111111 | 3f633f3f3f3f3f3f |
UTF-8 | 혱c혥쩐혗혢혩챈 | 11101101100110001011000101100011111011011001100010100101111011001010100110010000111011011001100010010111111011011001100010100010111011011001100010101001111011001011000110001000 | ed98b163ed98a5eca990ed9897ed98a2ed98a9ecb188 |
UHC | 혱c혥쩐혗혢혩챈 | 110000101001100001100011110000101000110111000010101111101100001010000010110000101000101111000010100100011100001110100110 | c29863c28dc2bec282c28bc291c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)