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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????句 | 0011111100111111001111110011111100111111001111111000101111100101 | 3f3f3f3f3f3f8be5 |
EUC-JP | ??????句 | 0011111100111111001111110011111100111111001111111011011011100111 | 3f3f3f3f3f3fb6e7 |
UTF-8 | 렺괬렺耭렺ㅔ句 | 111010111010000010111010111010101011010010101100111010111010000010111010111010001000000010101101111010111010000010111010111000111000010110010100111001011000111110100101 | eba0baeab4aceba0bae880adeba0bae38594e58fa5 |
UHC | 렺괬렺耭렺ㅔ句 | 1000111011000010101100011010100110001110110000101101000110111110100011101100001010100100110001001100111110100011 | 8ec2b1a98ec2d1be8ec2a4c4cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)