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 | 紗湿写鉙雫杓 | 100011101101000110001110101111001000111011001010111110111100100010001110101101001000111011011011 | 8ed18ebc8ecafbc88eb48edb |
EUC-JP | 紗湿写鉙雫杓 | 10111100110100111011110010111110101111001100110010001111111000111110001110111100101101101011110011011101 | bcd3bcbebccc8fe3e3bcb6bcdd |
UTF-8 | 紗湿写鉙雫杓 | 111001111011010010010111111001101011100110111111111001011000011010011001111010011000100110011001111010011001101110101011111001101001110110010011 | e7b497e6b9bfe58699e98999e99babe69d93 |
UHC | 紗????杓 | 1101111011101001001111110011111100111111001111111111100011110101 | dee93f3f3f3ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)