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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?彧???\ | 00111111111110101011100100111111001111110011111101011100 | 3ffab93f3f3f5c |
EUC-JP | ?彧???\ | 0011111110001111101111001111111000111111001111110011111101011100 | 3f8fbcfe3f3f3f5c |
UTF-8 | 렱彧롏센섹\ | 11101011101000001011000111100101101111011010011111101011101000011000111111101100100001001011110011101100100001001011100101011100 | eba0b1e5bda7eba18fec84bcec84b95c |
UHC | 렱彧롏센섹\ | 1000111010111110111010011110111010001110110101011011110010111110101111001011110101011100 | 8ebee9ee8ed5bcbebcbd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)