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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?銑?? | 0011111110010001010011000011111100111111 | 3f914c3f3f |
EUC-JP | ?銑?? | 0011111111000001101011010011111100111111 | 3fc1ad3f3f |
UTF-8 | 뢖銑롅렓 | 111010111010001010010110111010011000101010010001111010111010000110000101111010111010000010010011 | eba296e98a91eba185eba093 |
UHC | 뢖銑롅렓 | 1000111101010001111000001101010110001110110010111000111010101000 | 8f51e0d58ecb8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)