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 | 濡??億? | 10010100010001110011111100111111100010011010110100111111 | 94473f3f89ad3f |
EUC-JP | 濡??億? | 11000111101010000011111100111111101100101010111100111111 | c7a83f3fb2af3f |
UTF-8 | 濡뉖젧億뷚 | 111001101011111110100001111010111000100110010110111011001010000010100111111001011000010010000100111010111011011110011010 | e6bfa1eb8996eca0a7e58484ebb79a |
UHC | 濡뉖젧億뷚 | 11101011101000011000011111101011101000001001111111100101111000101001010101000110 | eba187eba09fe5e29546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)