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 | 爭耕?闇頭? | 11100000101001011000110101101011001111111000100011000101100100111010101000111111 | e0a58d6b3f88c593aa3f |
EUC-JP | 爭耕?闇頭? | 11100000101001111011100111001100001111111011000011000111110001101010110000111111 | e0a7b9cc3fb0c7c6ac3f |
UTF-8 | 爭耕깥闇頭렠 | 111001111000100010101101111010001000000010010101111010101011100110100101111010011001011110000111111010011010000010101101111010111010000010100000 | e788ade88095eab9a5e99787e9a0adeba0a0 |
UHC | 爭耕깥闇頭렠 | 111011101011001111001100111010011011000111111001111001001110000111010100111010011000111010110001 | eeb3cce9b1f9e4e1d4e98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)