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 | 顋慕判蕘 | 1110100011111001100101011110011110010100101110111110010011111011 | e8f995e794bbe4fb |
EUC-JP | 顋慕判蕘 | 1111000011111011110010101110100111001000101111011110100011111101 | f0fbcae9c8bde8fd |
UTF-8 | 顋慕判蕘 | 111010011010000110001011111001101000010110010101111001011000100010100100111010001001010110011000 | e9a18be68595e588a4e89598 |
UHC | ?慕判? | 001111111101100110110111111101111111011100111111 | 3fd9b7f7f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)