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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轣シ霎樒⊂霎 | 1110011110000001101111001110100010111110100111101110011110000001101111001110100010111110 | e781bce8be9ee781bce8be |
EUC-JP | 轣シ霎樒⊂霎 | 111011011110000110001110101111001111000011000000110111001110100110100010101111101111000011000000 | ede18ebcf0c0dce9a2bef0c0 |
UTF-8 | 轣シ霎樒⊂霎 | 111010001011110110100011111011111011110110111100111010011001110010001110111001101010100010010010111000101000101010000010111010011001110010001110 | e8bda3efbdbce99c8ee6a892e28a82e99c8e |
UHC | ????⊂? | 00111111001111110011111100111111101000011111100000111111 | 3f3f3f3fa1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)