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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 湿式RE | 1000111010111100100011101010111011110010101011110101001001000101 | 8ebc8eaef2af5245 |
EUC-JP | 湿式?RE | 10111100101111101011110010110000001111110101001001000101 | bcbebcb03f5245 |
UTF-8 | 湿式RE | 1110011010111001101111111110010110111100100011111110111010000111101001100101001001000101 | e6b9bfe5bc8fee87a65245 |
UHC | ?式?RE | 001111111110001111010010001111110101001001000101 | 3fe3d23f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)