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 | 崖??浴?? | 1000101001010010001111110011111110010111100000010011111100111111 | 8a523f3f97813f3f |
EUC-JP | 崖??浴?? | 1011001110110011001111110011111111001101111000010011111100111111 | b3b33f3fcde13f3f |
UTF-8 | 崖ㅵ뮟浴녽닎 | 111001011011010010010110111000111000010110110101111010111010111010011111111001101011010110110100111010111000010110111101111010111000101110001110 | e5b496e385b5ebae9fe6b5b4eb85bdeb8b8e |
UHC | 崖ㅵ뮟浴녽닎 | 111001001111000010100100111001011001001010101011111010011011000110000110111010011000100010010100 | e4f0a4e592abe9b186e98894 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)