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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 亮룡섕Y亮룡섕bE | 111011111010010110110111111010111010001110100001111011001000010010010101010110011110111110100101101101111110101110100011101000011110110010000100100101010110001001000101 | efa5b7eba3a1ec849559efa5b7eba3a1ec84956245 |
UHC | 亮룡섕Y亮룡섕bE | 111001011011100110110111111001101011110010101100010110011110010110111001101101111110011010111100101011000110001001000101 | e5b9b7e6bcac59e5b9b7e6bcac6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)