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 | 貞?肄??? | 1001001011100101001111111110001111100101001111110011111100111111 | 92e53fe3e53f3f3f |
EUC-JP | 貞?肄??? | 1100010011100111001111111110011011100111001111110011111100111111 | c4e73fe6e73f3f3f |
UTF-8 | 貞렟肄ㆁ렰렱 | 111010001011001010011110111010111010000010011111111010001000001010000100111000111000011010000001111010111010000010110000111010111010000010110001 | e8b29eeba09fe88284e38681eba0b0eba0b1 |
UHC | 貞렟肄ㆁ렰렱 | 111011111111011010001110101100001110110010111101101001001111000110001110101111011000111010111110 | eff68eb0ecbda4f18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)