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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 筌??苑? | 11100010101000110011111100111111100010011001000100111111 | e2a33f3f89913f |
EUC-JP | 筌??苑? | 11100100101001010011111100111111101100011111000100111111 | e4a53f3fb1f13f |
UTF-8 | 筌뚯떓苑즟 | 111001111010110110001100111010111001101010101111111010111001011010010011111010001000101110010001111011001010011010011111 | e7ad8ceb9aafeb9693e88b91eca69f |
UHC | 筌뚯떓苑즟 | 11101111101001111000110011101100100010111010100111101010101111011010001101101011 | efa78cec8ba9eabda36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)