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\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
SJIS-WIN | ???節??v\ | 001111110011111100111111100100001101111100111111001111110111011001011100 | 3f3f3f90df3f3f765c |
EUC-JP | ???節??v\ | 001111110011111100111111110000001110000100111111001111110111011001011100 | 3f3f3fc0e13f3f765c |
UTF-8 | 僚뽩럡節쏙쉘v\ | 1110111110100110101110111110101110111101101010011110101110011111101000011110011110101111100000001110110010001111100110011110110010001001100110000111011001011100 | efa6bbebbda9eb9fa1e7af80ec8f99ec8998765c |
UHC | 僚뽩럡節쏙쉘v\ | 1110100011101000100101101110010110001110100001001110111110111101101111011110111110111101101010010111011001011100 | e8e896e58e84efbdbdefbda9765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)