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 | 抑手??? | 10010111011111011000111011101000001111110011111100111111 | 977d8ee83f3f3f |
EUC-JP | 抑手??? | 11001101110111101011110011101010001111110011111100111111 | cddebcea3f3f3f |
UTF-8 | 抑手떂몤뺲 | 111001101000101010010001111001101000100110001011111010111001011010000010111010111010101010100100111010111011101010110010 | e68a91e6898beb9682ebaaa4ebbab2 |
UHC | 抑手떂몤뺲 | 11100101111001001110001010100010100010111001100010010001100100101001010111111001 | e5e4e2a28b98919295f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)