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 | 贈????地 | 1001000110100001001111110011111100111111001111111001001001101110 | 91a13f3f3f3f926e |
EUC-JP | 贈????地 | 1100001010100011001111110011111100111111001111111100001111001111 | c2a33f3f3f3fc3cf |
UTF-8 | 贈펴렫븝웰地 | 111010001011010010001000111011011000111010110100111010111010000010101011111010111011100010011101111011001001101110110000111001011001110010110000 | e8b488ed8eb4eba0abebb89dec9bb0e59cb0 |
UHC | 贈펴렫븝웰地 | 111100011111110011000110111011001000111010111001101110101110111111000000101000111111001010100010 | f1fcc6ec8eb9baefc0a3f2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)