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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??箝?? | 001111110011111111100010101011010011111100111111 | 3f3fe2ad3f3f |
EUC-JP | ??箝?? | 001111110011111111100100101011110011111100111111 | 3f3fe4af3f3f |
UTF-8 | 렺셔箝셍렱 | 111010111010000010111010111011001000010110010100111001111010111010011101111011001000010110001101111010111010000010110001 | eba0baec8594e7ae9dec858deba0b1 |
UHC | 렺셔箝셍렱 | 10001110110000101011110011000101110011001100010010111100110001001000111010111110 | 8ec2bcc5ccc4bcc48ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)