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 | 癲??侑? | 11100001100111110011111100111111100110001101000000111111 | e19f3f3f98d03f |
EUC-JP | 癲??侑? | 11100010101000010011111100111111110100001101001000111111 | e2a13f3fd0d23f |
UTF-8 | 癲㏃빍侑켃 | 111001111001100110110010111000111000111110000011111010111011100110001101111001001011111010010001111011001011110010000011 | e799b2e38f83ebb98de4be91ecbc83 |
UHC | 癲㏃빍侑켃 | 11101111101001101010011111101100100101011011001011101010111000101011000101000010 | efa6a7ec95b2eae2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)