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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??蹂? | 11100001100111110011111100111111111001101111100000111111 | e19f3f3fe6f83f |
EUC-JP | 癲??蹂? | 11100010101000010011111100111111111011001111101000111111 | e2a13f3fecfa3f |
UTF-8 | 癲살뮀蹂쒏 | 111001111001100110110010111011001000001010110100111010111010111010000000111010001011100110000010111011001001001010001111 | e799b2ec82b4ebae80e8b982ec928f |
UHC | 癲살뮀蹂쒏 | 11101111101001101011101111101100100100101000111111101011101100111001110011100110 | efa6bbec928febb39ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)