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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???億?? | 00111111001111110011111110001001101011010011111100111111 | 3f3f3f89ad3f3f |
EUC-JP | ???億?? | 00111111001111110011111110110010101011110011111100111111 | 3f3f3fb2af3f3f |
UTF-8 | 樂롥윜億뺠즲 | 111011111010011010111111111010111010000110100101111011001001110010011100111001011000010010000100111010111011101010100000111011001010011010110010 | efa6bfeba1a5ec9c9ce58484ebbaa0eca6b2 |
UHC | 樂롥윜億뺠즲 | 111010001111100110001110111001011001111110011111111001011110001010010101111010001010001110000100 | e8f98ee59f9fe5e295e8a384 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)