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 | ??d}Y??d}bE | 0011111100111111011001000111110101011001001111110011111101100100011111010110001001000101 | 3f3f647d593f3f647d6245 |
SJIS-WIN | ??d}Y??d}bE | 0011111100111111011001000111110101011001001111110011111101100100011111010110001001000101 | 3f3f647d593f3f647d6245 |
EUC-JP | ??d}Y??d}bE | 0011111100111111011001000111110101011001001111110011111101100100011111010110001001000101 | 3f3f647d593f3f647d6245 |
UTF-8 | 렻렏d}Y렻렏d}bE | 11101011101000001011101111101011101000001000111101100100011111010101100111101011101000001011101111101011101000001000111101100100011111010110001001000101 | eba0bbeba08f647d59eba0bbeba08f647d6245 |
UHC | 렻렏d}Y렻렏d}bE | 100011101100001110001110101001010110010001111101010110011000111011000011100011101010010101100100011111010110001001000101 | 8ec38ea5647d598ec38ea5647d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)