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 | 智?雋? | 100100100111000100111111111010001011001000111111 | 92713fe8b23f |
EUC-JP | 智?雋? | 110000111101001000111111111100001011010000111111 | c3d23ff0b43f |
UTF-8 | 智렱雋뷸 | 111001101001100110111010111010111010000010110001111010011001101110001011111010111011011110111000 | e699baeba0b1e99b8bebb7b8 |
UHC | 智렱雋뷸 | 1111001010101010100011101011111011110001111001101011101011100110 | f2aa8ebef1e6bae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)