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 | 陰??午? | 10001001010000010011111100111111100011001101111100111111 | 89413f3f8cdf3f |
EUC-JP | 陰??午? | 10110001101000100011111100111111101110001110000100111111 | b1a23f3fb8e13f |
UTF-8 | 陰먯꽫午퀯 | 111010011001100110110000111010111010100010101111111010101011110110101011111001011000110110001000111011011000000010101111 | e999b0eba8afeabdabe58d88ed80af |
UHC | 陰먯꽫午퀯 | 11101011111001001001000011101100100001001011011011100111111011011011010001000010 | ebe490ec84b6e7edb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)