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 | 奬?弔捧?弔 | 10011010111110110011111110010010101000101001010111111001001111111001001010100010 | 9afb3f92a295f93f92a2 |
EUC-JP | 奬?弔捧?弔 | 11010100111111010011111111000100101001001100101011111011001111111100010010100100 | d4fd3fc4a4cafb3fc4a4 |
UTF-8 | 奬렯弔捧♥弔 | 111001011010010110101100111010111010000010101111111001011011110010010100111001101000110110100111111000101001100110100101111001011011110010010100 | e5a5aceba0afe5bc94e68da7e299a5e5bc94 |
UHC | 奬렯弔捧♥弔 | 111011011110000110001110101111001111000011000000110111001110100110100010101111101111000011000000 | ede18ebcf0c0dce9a2bef0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)