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 | 傭?С繹よ? | 10010111011000100011111110000100010100101110001110001000100000101110011000111111 | 97623f8452e38882e63f |
EUC-JP | 傭?С繹よ? | 11001101110000110011111110100111101100111110010111101000101001001110100000111111 | cdc33fa7b3e5e8a4e83f |
UTF-8 | 傭며С繹よ쾮 | 1110010110000010101011011110101110101001101100001101000010100001111001111011100110111001111000111000001010001000111011001011111010101110 | e582adeba9b0d0a1e7b9b9e38288ecbeae |
UHC | 傭며С繹よ쾮 | 111010011011011010111000111001111010110010110011111001101011101010101010111010001011001010000101 | e9b6b8e7acb3e6baaae8b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)