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 | 1011111011001110111100001101110101011001101111101100111011110000110111010110001001000101 | becef0dd59becef0dd6245 |
EUC-JP | セホ?Yセホ?bE | 10001110101111101000111011001110001111110101100110001110101111101000111011001110001111110110001001000101 | 8ebe8ece3f598ebe8ece3f6245 |
UTF-8 | セホYセホbE | 111011111011110110111110111011111011111010001110111011101000001010011100010110011110111110111101101111101110111110111110100011101110111010000010100111000110001001000101 | efbdbeefbe8eee829c59efbdbeefbe8eee829c6245 |
UHC | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)