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 | ????× | 0011111100111111001111110011111111010111 | 3f3f3f3fd7 |
SJIS-WIN | ???靈× | 00111111001111110011111111101000110010111000000101111110 | 3f3f3fe8cb817e |
EUC-JP | ???靈× | 00111111001111110011111111110000110011011010000111011111 | 3f3f3ff0cda1df |
UTF-8 | 렻렑렺靈× | 1110101110100000101110111110101110100000100100011110101110100000101110101110100110011101100010001100001110010111 | eba0bbeba091eba0bae99d88c397 |
UHC | 렻렑렺靈× | 10001110110000111000111010100110100011101100001011010110110001001010000110111111 | 8ec38ea68ec2d6c4a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)