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 | 智??社 | 100100100111000100111111001111111000111011010000 | 92713f3f8ed0 |
EUC-JP | 智?邕社 | 1100001111010010001111111000111111100001111011011011110011010010 | c3d23f8fe1edbcd2 |
UTF-8 | 智렱邕社 | 111001101001100110111010111010111010000010110001111010011000001010010101111001111010010010111110 | e699baeba0b1e98295e7a4be |
UHC | 智렱邕社 | 1111001010101010100011101011111011101000101110111101111011100100 | f2aa8ebee8bbdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)