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 | 智?翁? | 100100100111000100111111100010011010010100111111 | 92713f89a53f |
EUC-JP | 智?翁? | 110000111101001000111111101100101010011100111111 | c3d23fb2a73f |
UTF-8 | 智렱翁렮 | 111001101001100110111010111010111010000010110001111001111011111110000001111010111010000010101110 | e699baeba0b1e7bf81eba0ae |
UHC | 智렱翁렮 | 1111001010101010100011101011111011101000101110101000111010111011 | f2aa8ebee8ba8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)