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 | ???}v] | 001111110011111100111111011111010111011001011101 | 3f3f3f7d765d |
SJIS-WIN | 濡??}v] | 10010100010001110011111100111111011111010111011001011101 | 94473f3f7d765d |
EUC-JP | 濡??}v] | 11000111101010000011111100111111011111010111011001011101 | c7a83f3f7d765d |
UTF-8 | 濡뉖젧}v] | 111001101011111110100001111010111000100110010110111011001010000010100111011111010111011001011101 | e6bfa1eb8996eca0a77d765d |
UHC | 濡뉖젧}v] | 111010111010000110000111111010111010000010011111011111010111011001011101 | eba187eba09f7d765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)