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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | 濩?Y濩?bE | 1000111111001001101001000011111101011001100011111100100110100100001111110110001001000101 | 8fc9a43f598fc9a43f6245 |
UTF-8 | 濩룁Y濩룁bE | 111001101011111110101001111010111010001110000001010110011110011010111111101010011110101110100011100000010110001001000101 | e6bfa9eba38159e6bfa9eba3816245 |
UHC | 濩룁Y濩룁bE | 1111101111001101101101111101111001011001111110111100110110110111110111100110001001000101 | fbcdb7de59fbcdb7de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)