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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銑?? | 10010001010011000011111100111111 | 914c3f3f |
EUC-JP | 銑炤? | 110000011010110110001111110010011101001000111111 | c1ad8fc9d23f |
UTF-8 | 銑炤렩 | 111010011000101010010001111001111000001010100100111010111010000010101001 | e98a91e782a4eba0a9 |
UHC | 銑炤렩 | 111000001101010111100001101111111000111010110111 | e0d5e1bf8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)