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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?大Y?大bE | 001111111001000111100101010110010011111110010001111001010110001001000101 | 3f91e5593f91e56245 |
EUC-JP | ?大Y?大bE | 001111111100001011100111010110010011111111000010111001110110001001000101 | 3fc2e7593fc2e76245 |
UTF-8 | 젓大Y젓大bE | 111011001010000010010011111001011010010010100111010110011110110010100000100100111110010110100100101001110110001001000101 | eca093e5a4a759eca093e5a4a76245 |
UHC | 젓大Y젓大bE | 1100000110100011110100111101111001011001110000011010001111010011110111100110001001000101 | c1a3d3de59c1a3d3de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)