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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??茱??邃E | 001111110011111111100100101000110011111100111111111000101000010001000101 | 3f3fe4a33f3fe28445 |
EUC-JP | ??茱??邃E | 001111110011111111101000101001010011111100111111111000111110010001000101 | 3f3fe8a53f3fe3e445 |
UTF-8 | 렱롃茱렱롃邃E | 11101011101000001011000111101011101000011000001111101000100011001011000111101011101000001011000111101011101000011000001111101001100000101000001101000101 | eba0b1eba183e88cb1eba0b1eba183e9828345 |
UHC | 렱롃茱렱롃邃E | 10001110101111101000111011001010111000101011110010001110101111101000111011001010111000101100010101000101 | 8ebe8ecae2bc8ebe8ecae2c545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)