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 | ??Q}Y??Q}bE | 0011111100111111010100010111110101011001001111110011111101010001011111010110001001000101 | 3f3f517d593f3f517d6245 |
SJIS-WIN | ??Q}Y??Q}bE | 0011111100111111010100010111110101011001001111110011111101010001011111010110001001000101 | 3f3f517d593f3f517d6245 |
EUC-JP | ??Q}Y??Q}bE | 0011111100111111010100010111110101011001001111110011111101010001011111010110001001000101 | 3f3f517d593f3f517d6245 |
UTF-8 | 렺괴Q}Y렺괴Q}bE | 11101011101000001011101011101010101101001011010001010001011111010101100111101011101000001011101011101010101101001011010001010001011111010110001001000101 | eba0baeab4b4517d59eba0baeab4b4517d6245 |
UHC | 렺괴Q}Y렺괴Q}bE | 100011101100001010110001101010110101000101111101010110011000111011000010101100011010101101010001011111010110001001000101 | 8ec2b1ab517d598ec2b1ab517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)