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 | ??????{ | 00111111001111110011111100111111001111110011111101111011 | 3f3f3f3f3f3f7b |
SJIS-WIN | テつ陽テδゥ{ | 11000011100000101100001010010111011110101100001110000011110000101010100101111011 | c382c2977ac383c2a97b |
EUC-JP | テつ陽テδゥ{ | 10001110110000111010010011000100110011011101101110001110110000111010011011000100100011101010100101111011 | 8ec3a4c4cddb8ec3a6c48ea97b |
UTF-8 | テつ陽テδゥ{ | 111011111011111010000011111000111000000110100100111010011001100110111101111011111011111010000011110011101011010011101111101111011010100101111011 | efbe83e381a4e999bdefbe83ceb4efbda97b |
UHC | ?つ陽?δ?{ | 00111111101010101100010011100101110101010011111110100101111001000011111101111011 | 3faac4e5d53fa5e43f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)