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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??獸?企 | 00111111001111111110000011010111001111111000101011101001 | 3f3fe0d73f8ae9 |
EUC-JP | 澔?獸侁企 | 1000111111001000111011000011111111100000110110011000111110110000111111001011010011101011 | 8fc8ec3fe0d98fb0fcb4eb |
UTF-8 | 澔뫄獸侁企 | 111001101011111010010100111010111010101110000100111001111000110110111000111001001011111010000001111001001011110010000001 | e6be94ebab84e78db8e4be81e4bc81 |
UHC | 澔뫄獸侁企 | 11111011110010111011100011111010111000101010111011100011111000001101000011101010 | fbcbb8fae2aee3e0d0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)