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 | ??????M | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
SJIS-WIN | 艶??節i?M | 10001001100100000011111100111111100100001101111110000010100010010011111101001101 | 89903f3f90df82893f4d |
EUC-JP | 艶??節i?M | 10110001111100000011111100111111110000001110000110100011111010010011111101001101 | b1f03f3fc0e1a3e93f4d |
UTF-8 | 艶쀯풏節i츕M | 11101000100010011011011011101100100000001010111111101101100100101000111111100111101011111000000011101111101111011000100111101100101110001001010101001101 | e889b6ec80afed928fe7af80efbd89ecb8954d |
UHC | 艶쀯풏節i츕M | 11100110111111011001011111101111101111101001001111101111101111011010001111101001101011101000111101001101 | e6fd97efbe93efbda3e9ae8f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)