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 | 炯?地? | 111000000111011000111111100100100110111000111111 | e0763f926e3f |
EUC-JP | 炯?地? | 110111111101011100111111110000111100111100111111 | dfd73fc3cf3f |
UTF-8 | 炯렠地렟 | 111001111000001010101111111010111010000010100000111001011001110010110000111010111010000010011111 | e782afeba0a0e59cb0eba09f |
UHC | 炯렠地렟 | 1111101110100110100011101011000111110010101000101000111010110000 | fba68eb1f2a28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)