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 | 若??苡?? | 1000111011100001001111110011111111100100100011110011111100111111 | 8ee13f3fe48f3f3f |
EUC-JP | 若??苡?? | 1011110011100011001111110011111111100111111011110011111100111111 | bce33f3fe7ef3f3f |
UTF-8 | 若뽧깿苡닺녂 | 111010001000101110100101111010111011110110100111111010101011100110111111111010001000101110100001111010111000101110111010111010111000010110000010 | e88ba5ebbda7eab9bfe88ba1eb8bbaeb8582 |
UHC | 若뽧깿苡닺녂 | 111001011011010010010110111000111000001110101000111011001011111010110100111010001000011010111010 | e5b496e383a8ecbeb4e886ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)