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 | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
SJIS-WIN | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
EUC-JP | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
UTF-8 | 溜븍젘Vh溜븍젘V | 111011111010011110001011111010111011100010001101111011001010000010011000010101100110100011101111101001111000101111101011101110001000110111101100101000001001100001010110 | efa78bebb88deca0985668efa78bebb88deca09856 |
UHC | 溜븍젘Vh溜븍젘V | 111010101111111010111010111010111010000010010100010101100110100011101010111111101011101011101011101000001001010001010110 | eafebaeba0945668eafebaeba09456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)