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 | 1110000010100101111000101110101001011001111000001010010111100010111010100110001001000101 | e0a5e2ea59e0a5e2ea6245 |
EUC-JP | 爭粲Y爭粲bE | 1110000010100111111001001110110001011001111000001010011111100100111011000110001001000101 | e0a7e4ec59e0a7e4ec6245 |
UTF-8 | 爭粲Y爭粲bE | 111001111000100010101101111001111011001010110010010110011110011110001000101011011110011110110010101100100110001001000101 | e788ade7b2b259e788ade7b2b26245 |
UHC | 爭粲Y爭粲bE | 1110111010110011111100111100010001011001111011101011001111110011110001000110001001000101 | eeb3f3c459eeb3f3c46245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)