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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 杖??杖??^ | 100011111111000100111111001111111000111111110001001111110011111101011110 | 8ff13f3f8ff13f3f5e |
EUC-JP | 杖??杖??^ | 101111101111001100111111001111111011111011110011001111110011111101011110 | bef33f3fbef33f3f5e |
UTF-8 | 杖쏁엡杖쏁엡^ | 11100110100111011001011011101100100011111000000111101100100101111010000111100110100111011001011011101100100011111000000111101100100101111010000101011110 | e69d96ec8f81ec97a1e69d96ec8f81ec97a15e |
UHC | 杖쏁엡杖쏁엡^ | 11101101111010001001101111100111101111111010011011101101111010001001101111100111101111111010011001011110 | ede89be7bfa6ede89be7bfa65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)