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 | 001111111000101111011100010110010011111110001011110111000110001001000101 | 3f8bdc593f8bdc6245 |
EUC-JP | ?衿Y?衿bE | 001111111011011011011110010110010011111110110110110111100110001001000101 | 3fb6de593fb6de6245 |
UTF-8 | 뤅衿Y뤅衿bE | 111010111010010010000101111010001010000110111111010110011110101110100100100001011110100010100001101111110110001001000101 | eba485e8a1bf59eba485e8a1bf6245 |
UHC | 뤅衿Y뤅衿bE | 1000111110110101110100001101101101011001100011111011010111010000110110110110001001000101 | 8fb5d0db598fb5d0db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)